Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.