Scrolls the view to make the specified item visible.
Namespace: MindFusion.Diagramming
File: DiagramView.js
SyntaxJavaScript
Copy Code
|
|---|
function bringIntoView (item) |
DiagramItem. The item to bring into view.
RemarksScrolls the diagram view to ensure that the specified item is visible. No scrolling is done if the item is already inside the viewport.
See Also