Gets/sets a position of the scroll bars.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(False)> _ Public Overrides Property ScrollingPosition As Point
[BrowsableAttribute(false)] public override Point ScrollingPosition { get; set; }
If you want to change the scroll position, you can also use Scroll(Int32, Int32), ScrollHorizontal(Int32), or ScrollVertical(Int32) methods.