DroidDiagram Programmer's Guide
TreeViewNode.removeItem Method
See Also
 






Removes the specified item from the node.

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

 Syntax

Java  Copy Code

public void removeItem (
    TreeViewItem item
)

 Parameters

item

The TreeViewItem to remove.

 Remarks

This method recursively searches for the specified item and removes its from the Children collection of its parent item, or from the RootItems collection if it is a root item.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace