Skip to main content
.NET 6.0+

ViewShortcut.ScrollPosition Property

Specifies the scroll bar position of the Window displaying the View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public Point ScrollPosition { get; set; }

Property Value

Type Description
Point

A Point object specifying the scroll bar position of the Window displaying the View.

Remarks

This property provides access to the value corresponding to the ViewShortcut.ScrollPositionParamName key in the current ViewShortcut, converted into a Point.

See Also