Hi All!
I am have some odd experience with Flex Tree Control.
I am new to the Flex Environment and working with three control.
I am unable to find some basic functions for Three control Or I am
unable to find them.
1. tree.lenth (Total number of nodes in the tree)
2. tree.Level (parent child level)
3. tree.RemoveNode() [Extreamly required help if you know some thing
about this I tried to remove node but I am unable to remove the node
of the tree. I use the following code
public function RemoveNode():void {
var node:XMLList = XMLList(targetTree.selectedItem);
delete children[0];
}
]
Further selected index of the treeItem changes when the node is
expended and collapsed. Is there any unique identifier for each element?
With Best regards
YM