Skip to main content

GridControl.ScrollToRow(Int32) Method

Scrolls the grid to make the specified row visible.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void ScrollToRow(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A integer value that specifies the handle of the row to which the grid must be scrolled.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also