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

VirtualListView.ScrollVertically Method

Moves the vertical scroll bar.

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

Syntax

Visual Basic
Public Sub ScrollVertically ( _
        scrollForward
As Boolean, _
        scrollPage
As Boolean _
)
C#
public void ScrollVertically(
       
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