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

VirtualListView.ScrollHorizontally Method

Moves the horizontal scroll bar.

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

Syntax

Visual Basic
Public Sub ScrollHorizontally ( _
	scrollForward As Boolean, _
	scrollPage As Boolean _
)
C#
public void ScrollHorizontally(
	bool scrollForward,
	bool scrollPage
)

Parameters

scrollForward

Type: System.Boolean

A value that specifies if the scroll bar should be moved forward.
scrollPage

Type: System.Boolean

A value that whole page should be scrolled.

See Also

Reference