InRibbonGallery.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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | GalleryItem | A GalleryItem object to make visible. |
See Also