Scrolls the diagram area to make the specified item visible in this view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void BringIntoView ( |
Visual Basic
Copy Code
|
|---|
Public Sub BringIntoView( _ |
RemarksScrolls the diagram view to ensure that the specified item is visible. No scrolling is done if the item is already in view.
See Also