Click or drag to resize
GridControlUpdateFrozenCols Method (UInt32, UInt32, RedrawFlags)
Updates the window after freezing columns.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected void UpdateFrozenCols(
	uint oldFrozenCols,
	uint oldHeaderCols,
	RedrawFlags redraw
)

Parameters

oldFrozenCols
Type: SystemUInt32
The number of frozen columns before storing frozen columns.
oldHeaderCols
Type: SystemUInt32
The number of columns to be used as columns headers before storing frozen columns.
redraw
Type: Stingray.GridRedrawFlags
The update technique. This parameter is passed to Redraw().
Remarks
Equivalent to UpdateFrozenCols(oldFrozenCols, oldFrozenCols, redraw, false).
See Also