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

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

Parameters

trackingHeight
Type: Stingray.GridRowColTracking
The new mode for row resize tracking.
See Also