GalleryControl.ScrollToRowByIndex(Int32) Method
Scrolls the GalleryControl, making the specified row visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.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 | true if scrolling was successful; otherwise, false. |
See Also