DroidDiagram Programmer's Guide
Diagram.setNodesExpandable Method
See Also
 






Sets whether the tree branches that start from new nodes should be expandable by default.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setNodesExpandable (
    boolean value
)

 Parameters

value

true if nodes should be expandable by default,otherwise false.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace