Hi I am deserate
to figure out how to change the background color of a Tree component
I can change the font like below:
var myTextFormat:TextFormat = new TextFormat();
myTextFormat.font = “Comic Sans MS”;
mytree.setRendererStyle(“textFormat”, myTextFormat);
How can I change the background color???