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