DiagramClientView::ScrollVertically Method (Int32)

 

Scrolls vertically 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 ScrollVertically(
	int scrollDelta
)

Parameters

scrollDelta
Type: System::Int32

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

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

Return to top
Show: