Skip to main content
Bar

RibbonGalleryBarItemLink.ScrollRowIndex Property

Gets or sets the top visible row of items within the current gallery.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int ScrollRowIndex { get; set; }

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