StandaloneGallery.MakeVisible(GalleryItem) Method
Makes the specified item visible, if it’s hidden due to scrolling.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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