RibbonGalleryBarItemLink.ScrollRowIndex Property
Gets or sets the top visible row of items within the current gallery.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer value representing the top visible row. |
Remarks
You can use the ScrollRowIndex property to scroll the gallery contents.
If you need to make a specific gallery item visible, use the RibbonGalleryBarItemLink.MakeVisible method.
See Also