GridControl.ScrollToRow(Int32) Method
In This Article
Scrolls the grid to make the specified row visible.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
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 Grid
See Also