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