DataColumn.EnableColumnReSize Method | |
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:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableColumnReSize(
lAllowResize
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableColumnReSize(
Usual lAllowResize = default
)
Request Example
View SourceParameters
- lAllowResize (Optional)
- Type: Usual
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