DataGridView.ScrollToRow(Int32) Method
Scrolls the grid to make the specified row visible.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
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