Hello all,
I use an mx:tree. The issue is that I wantto control each node for creating lazy load mode tree. I want to see node as an clickable node which has children. But I'll call and add the childrens to dprovider when I need it, on click itemOpen event.The mx:tree watches dataprovider so show us the node if has children or not.If a node hasn't children in dataprovider, it will seem like an item,not a bin with itemOpen event.
Can you suggest me to fix this problem ?
footnote: Each node Object has Type property if it's Bin or Video etc. I want eachone if object.Type==bin, show me a bin with itemOpen event.
It's called Disclosure Triangle, yeah, that I want to control this guy
Thanks in advance