I'm trying to create lazy-load mode mx:tree. When you click a node, it'll make a service call and will add children objects to under clicked node. The problem is that I don't know how to control each node as clickable or not.
If node object's type is Bin, I want it to appear with a folder icon with a disclosure triangle,so it will be clickable. How can I control this property? Is there any mx:tree method/property that help me do this.Or anyway will help me ?
Thanks in Advance