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