Click or drag to resize
ParamEnableTrackingColWidth Method (RowColTracking)
Specifies the options for tracking when the end-user resizes columns.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void EnableTrackingColWidth(
	RowColTracking trackingMode
)

Parameters

trackingMode
Type: Stingray.GridRowColTracking
The new mode for column resize tracking.
See Also