Search
Diagram.ScrollTo Method
See Also
 





Scrolls the document to the specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void ScrollTo (
    Point newTopLeft
)

Visual Basic  Copy Code

Public Sub ScrollTo( _
    newTopLeft As Point _
)

 Parameters

newTopLeft

The point to which it should be scrolled to, in the current units of measure.

 Remarks

Call the method to move the scroll bar and the current view of the document to a new position, as set by the method's parameters.

 See Also