BaseGallery.ScrollTo(GalleryItem, Boolean) Method
Scrolls the gallery (with or without an animation effect) making the specified item visible.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | GalleryItem | A GalleryItem object to be made visible. |
bAnimated | Boolean | true to use an animation effect when scrolling; otherwise, false. |
Remarks
This method calls another ScrollTo method overload with the itemAlignment parameter set to VertAlignment.Default.
See Also