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

VirtualListView.Scroll Method

Moves scroll bars by the specified values.

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

Syntax

Visual Basic
Public Sub Scroll ( _
	dx As Integer, _
	dy As Integer _
)
C#
public void Scroll(
	int dx,
	int dy
)

Parameters

dx

Type: System.Int32

Shift of the horizontal scroll bar.
dy

Type: System.Int32

Shift of the vertical scroll bar.

See Also

Reference