Skip to main content

StandaloneGallery.ScrollYPosition Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

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.

See Also