Skip to main content
A newer version of this page is available. .
Bar

RibbonGalleryBarItemLink.ScrollYPosition Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

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