StandaloneGallery.ScrollTo(GalleryItemGroup, Boolean, VertAlignment) Method
In This Article
Scrolls the gallery, making the specified gallery group visible (with or without an animation effect).
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public override void ScrollTo(
GalleryItemGroup group,
bool bAnimated,
VertAlignment groupAlignment
)
#Parameters
Name | Type | Description |
---|---|---|
group | Gallery |
A Gallery |
b |
Boolean | true to use an animation effect when scrolling; otherwise, false. |
group |
Vert |
A Vert |
See Also