Click or drag to resize
GridControlUpdateFrozenRows Method (UInt32, UInt32, RedrawFlags, Boolean)
Updates the window after freezing rows.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
protected virtual void UpdateFrozenRows(
	uint oldFrozenRows,
	uint oldHeaderRows,
	RedrawFlags redraw,
	bool createHint
)

Parameters

oldFrozenRows
Type: SystemUInt32
The number of frozen rows before storing frozen rows.
oldHeaderRows
Type: SystemUInt32
The number of rows to be used as rows headers before storing frozen rows.
redraw
Type: Stingray.GridRedrawFlags
The update technique. This parameter is passed to Redraw().
createHint
Type: SystemBoolean
If true, a hint should be created.
See Also