DataGridScrollToCell Method

Scrolls DataGrid to a specified cell.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual void ScrollToCell(
	int nRowIndex,
	int nColumnIndex
)

Parameters

nRowIndex  Int32
Row index of the cell to scroll to.
nColumnIndex  Int32
Column index of the cell to scroll to.

See Also