This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.ScrollingPosition Property

Gets/sets the position of the scroll bars.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property ScrollingPosition As Point
C#
[BrowsableAttribute(false)]
public Point ScrollingPosition { get; set; }

Property Value

The point that stores the position of the scroll bars.

See Also

Reference