Click or drag to resize
GridControlScrollCellInView Method (UInt32, UInt32)
Scrolls the cell into the view if it is outside the visible area.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool ScrollCellInView(
	uint row,
	uint col
)

Parameters

row
Type: SystemUInt32
The row id.
col
Type: SystemUInt32
The column id.

Return Value

Type: Boolean
true if the operation is successful, false otherwise.
Remarks
Equivalent to ScrollCellInView(row, col, UpdateNow, false).
See Also