Click or drag to resize
CellScrollInView Method (RedrawFlags, Boolean)
Scrolls the grid so that this cell is in view.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool ScrollInView(
	RedrawFlags redraw,
	bool floatCell
)

Parameters

redraw
Type: Stingray.GridRedrawFlags
The redraw technique. It can be UpdateNow or Smart.
floatCell
Type: SystemBoolean
rue if the floated cell should be handled like a covered cell. If the specified cell is hidden by a floated cell, scrolls the floated cell into view.

Return Value

Type: Boolean
true on success.
See Also