Skip to main content
Bar

RibbonGalleryBarItemLink.MakeVisible(GalleryItem) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void MakeVisible(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object to make visible.

See Also