Skip to main content

BaseGallery.MakeVisible(GalleryItem) Method

Makes the specified gallery item visible onscreen, 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 abstract void MakeVisible(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object to make visible.

See Also