DiagramClientView.ScrollHorizontally(Int32) Method

Definition

Scrolls horizontally by the number of scroll units specified.

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

Parameters

scrollDelta
Int32

Amount to scroll in scroll units. A negative value scrolls left. A positive value scrolls right.

Remarks

A negative value scrolls left. A positive value scrolls right.

Applies to