GalleryControl.ScrollToItem(GalleryItem) Method
Scrolls the GalleryControl, making the specified item visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | GalleryItem | A GalleryItem that should be made visible. |
Returns
| Type | Description |
|---|---|
| Boolean | true if scrolling was successful; otherwise, false. |
See Also