Gets/sets a position of the scroll bars.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public MustOverride Property ScrollingPosition As Point
public abstract Point ScrollingPosition { get; set; }
If you want to change a scroll bar position, you can also use the Scroll(Int32, Int32) method.