Hey all. Is there any way to make the background of a listbox transparent? For some reason doing something like this:
Code: Select alld.rootList.graphics.backgroundColor = d.rootList.graphics.newBrush(d.rootList.graphics.BrushType.SOLID_COLOR, [0.0, 0.0, 0.0, 0.0]);
isn't working, it's just coming through solid black.
Cheers
Jason