Click or drag to resize

DataColumn.EnableColumnReSize Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableColumnReSize(
	 lAllowResize AS LOGIC
) AS USUAL
Request Example View Source

Parameters

lAllowResize
Type: Logic
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