Skip to main content

StandaloneGallery.MakeVisible(GalleryItem) Method

Makes the specified item visible, if it’s hidden due to scrolling.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void MakeVisible(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object to be made visible.

Remarks

To make an item visible, the gallery is scrolled without an animation effect.

See Also