Moves one of the scroll bars to the specified position.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Overrides Sub Scroll ( _ scrollVertically As Boolean, _ scrollValue As ScrollValue _ )
public override void Scroll( bool scrollVertically, ScrollValue scrollValue )
Type: System.Boolean
A value indicating which scroll bar should be moved. If true, the vertical scroll bar will change its position; otherwise, the horizontal scroll bar will move.Type: Aurigma.GraphicsMill.WinControls.ScrollValue
A ScrollValue enumeration member defining a position to which the scroll bar should be moved.