Scrolls the view to make the specified item visible.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void BringIntoView ( |
Visual Basic
Copy Code
|
|---|
Public Sub BringIntoView( _ |
The item to be brought into view.
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