Thanks, It worked!
Best Regards
Pawan
On Thu, Mar 5, 2015 at 2:09 PM, Deepak MS wrote:
> You can try to re assign the itemrenderer itself:
> var cf:ClassFactory = new ClassFactory(YourTreeRenderer);
> cf.properties = {property1:"somevalue",
> property2:"somevalue
You can try to re assign the itemrenderer itself:
var cf:ClassFactory = new ClassFactory(YourTreeRenderer);
cf.properties = {property1:"somevalue",
property2:"somevalueagain"};
yourTree.itemRenderer = cf;
On Thu, Mar 5, 2015 at 12:17 PM, Pawan Yadav