Click or drag to resize

DataColumn.EnableColumnReSize Method

X#
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
Request Example View Source

Parameters

lAllowResize (Optional)
Type: Usual
TRUE allows column resizing; FALSE disables it. The default is TRUE.

Return Value

Type: Usual
Remarks
The user can resize a column by dragging on the boundary between the column caption areas with the mouse.
See Also