Click or drag to resize

DataColumn.EnableColumnMove Method

X#
Enable/disable whether the user can move (rearrange) this data column with the mouse. If the 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 EnableColumnMove(
	lAllowMove
) AS USUAL CLIPPER
Request Example View Source

Parameters

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

Return Value

Type: Usual
Remarks
The user can rearrange the columns by simply dragging a column's caption area with the mouse. For the purpose of reference from the program, the columns retain their original numbering, regardless of the visual position.
See Also