Scrolls the document to the specified point.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void ScrollTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub ScrollTo( _ |
RemarksCall 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