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

StandaloneGallery.MakeVisible(GalleryItem) Method

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

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