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???