GalleryControl.ScrollToGroupByIndex(Int32) Method
Scrolls the GalleryControl, making the specified group visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
groupIndex | Int32 | An integer value that specifies the index of the group to be made visible. |
Returns
Type | Description |
---|---|
Boolean | true if scrolling was successful; otherwise, false. |
See Also