Back to Devexpress

DataGridView.ScrollToRow(Int32) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-scrolltorow-x28-system-dot-int32-x29.md

latest843 B
Original Source

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

csharp
public void ScrollToRow(
    int rowHandle
)

Parameters

NameTypeDescription
rowHandleInt32

The handle of the row to which the grid should be scrolled.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace