GalleryControl.ScrollToRowByIndex(Int32) Method
Scrolls the GalleryControl, making the specified row visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v26.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rowIndex | Int32 | The index of the row to be made visible. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also