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

BitmapViewer.Scroll Method (Boolean, ScrollValue)

Moves one of the scroll bars to the specified position.

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

Syntax

Visual Basic
Public Overrides Sub Scroll ( _
	scrollVertically As Boolean, _
	scrollValue As ScrollValue _
)
C#
public override void Scroll(
	bool scrollVertically,
	ScrollValue scrollValue
)

Parameters

scrollVertically

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.
scrollValue

Type: Aurigma.GraphicsMill.WinControls.ScrollValue

A ScrollValue enumeration member defining a position to which the scroll bar should be moved.

See Also

Reference