[flexcoders] Re: Closing An Open Item In Flex Tree Control

2007-01-02 Thread dallasweb
This works for me: //close all nodes myTree.expandChildrenOf(myTree.dataProvider.getItemAt(0),false);

[flexcoders] Re: Closing An Open Item In Flex Tree Control

2007-01-02 Thread phillips1021
Thanks for the reply. Unfortunately, your suggestion did not work. I think it did not work because I am not using a root node. To see an example of what I'm doing please go here: