Skip to main content
Bar

RibbonGalleryBarItemLink.ScrollYPosition Property

Gets the top coordinate of the gallery’s display area.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

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