RE: [flexcoders] TREE : Collapsing expanding TreeNode

2005-06-16 Thread david_gal-reyniez
...It works welland it'svery simple approach. great! David De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt ChotinEnvoy: jeudi 16 juin 2005 06:31: flexcoders@yahoogroups.comObjet: RE: [flexcoders] TREE : Collapsing expanding TreeNode You should be able to use

RE: [flexcoders] TREE : Collapsing expanding TreeNode

2005-06-15 Thread Matt Chotin
You should be able to use the Tree.setIsBranch method on your node to set it so that it will be treated as a leaf instead (wont show children). Now if you want it to show as a branch but not be able to open then I think youll need to subclass Tree and override setIsOpen to check if the