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

RibbonGalleryBarItem.MakeVisible(GalleryItem) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void MakeVisible(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object to make visible.

See Also