DataColumn.EnableColumnReSize Method (Typed) | |
Enable/disable whether the user can resize this data column with the mouse. If this method is not called, the default behavior is determined by the data browser that owns this column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableColumnReSize(
lAllowResize AS LOGIC
) AS USUAL
public virtual Usual EnableColumnReSize(
[DefaultParameterValueAttribute(true, 0)] bool lAllowResize
)
Request Example
View SourceParameters
- lAllowResize
- Type: Logic
TRUE allows column resizing; FALSE disables it. The default is TRUE.
Return Value
Type:
UsualRemarks
The user can resize a column by dragging on the boundary between the column caption areas with the mouse.
See Also