Skip to main content
A newer version of this page is available. .

StandaloneGallery.ScrollTo(GalleryItemGroup, Boolean, VertAlignment) Method

Scrolls the gallery, making the specified gallery group visible (with or without an animation effect).

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override void ScrollTo(
    GalleryItemGroup group,
    bool bAnimated,
    VertAlignment groupAlignment
)

Parameters

Name Type Description
group GalleryItemGroup

A GalleryItemGroup object to be made visible.

bAnimated Boolean

true to use an animation effect when scrolling; otherwise, false.

groupAlignment VertAlignment

A VertAlignment value that specifies the position at which the gallery group will be displayed within the view region after scrolling.

See Also