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

StandaloneGallery.ScrollYPosition Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.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.

See Also