Scrolls the viewport so that the specified item will be visible. This works only when the diagram is contained within a JScrollPane.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void bringIntoView ( |
The DiagramItem to bring into view.
See Also