DiagramClientView.ScrollHorizontally(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.