DiagramClientView::ScrollHorizontally Method (Int32)

 

Scrolls horizontally by the number of scroll units specified.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void ScrollHorizontally(
	int scrollDelta
)

Parameters

scrollDelta
Type: System::Int32

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

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

Return to top
Show: