DataControlBase.ScrollIntoView(Int32) Method
In This Article
Makes the specified row visible onscreen.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row’s handle. |
#Remarks
Note
The Scroll
See Also