Search
DiagramView.bringIntoView Method
See Also
 





Scrolls the view to make the specified item visible.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function bringIntoView (item)

 Parameters

item

DiagramItem. The item to bring into view.

 Remarks

Scrolls 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