DiagramClientView.ScrollVertically(Int32) Method

Definition

Scrolls vertically by the number of scroll units specified.

public:
 void ScrollVertically(int scrollDelta);
public void ScrollVertically (int scrollDelta);
member this.ScrollVertically : int -> unit
Public Sub ScrollVertically (scrollDelta As Integer)

Parameters

scrollDelta
Int32

Amount to scroll in scroll units. A negative value scrolls up. A positive value scrolls down.

Remarks

A negative value scrolls up. A positive value scrolls down.

Applies to