DataGridView.ScrollToRow(Int32) Method
Scrolls the grid to make the specified row visible.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public void ScrollToRow(
int rowHandle
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | The handle of the row to which the grid should be scrolled. |
See Also