flex - how to access all item renderer of MX: Tree in? -


Can I use every item renderer in Paste 3 as3? ( Note that I am using custom item renderer ) that I want to add some buttons to the canvas (children of custom item reader) .. like

 < Code> getItemRender () AddChild ();  

Not easily, but it is possible.

Item Renders are stored internally in an array. That array is a protected variable and look and

They are all protected, so you have to expand the tree square and expose them to reach them.

If possible, I recommend adding and updating prices in your data provider, depending on the data that the item renderer; Item Reader is not trying to reach directly.


Comments