MobileForms Toolkit Documentation

SmartGrid.EnsureVisible Method 

Scroll the selected row and column into view.

public void EnsureVisible(
int rowIndex,
int columnIndex
);

Parameters

rowIndex
Index of the row that should be visible.
columnIndex
Index of the column that should be visible.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace