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