DroidDiagram Programmer's Guide
TreeViewItem.setExpanded Method
See Also
 






Sets whether this item is expanded to show its children.

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

 Syntax

Java  Copy Code

public void setExpanded (
    boolean value
)

 Parameters

value

true to show the children of this item, otherwise false; the default value is true.

 See Also

TreeViewItem Members
TreeViewItem Class
com.mindfusion.diagramming Namespace