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
)
Public Sub ScrollToRow(
rowHandle As Integer
)
Parameters
Name |
Type |
Description |
rowHandle |
Int32 |
A integer value that specifies the handle of the row to which the grid must be scrolled.
|
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
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...