RibbonGalleryBarItemLink.ScrollYPosition Property
Gets the top coordinate of the gallery’s display area.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer which specifies the top coordinate of the gallery’s display area. |
Remarks
Use the RibbonGalleryBarItemLink.ScrollRowIndex property to scroll the gallery contents.
If you need to make a specific gallery item visible, use the RibbonGalleryBarItemLink.MakeVisible method.
See Also