--- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Hey guys, > > This is probably an FAQ, but I can't seem to google up an answer. What's the > good way to set style info on renderers inside a list? It's an mxml > component using itemRenderer="className" on the mx:List
If it's a TileList, you could use my TileList_withStyle component, or you could look at how I did it and copy that with whatever List you need. http://flexdiary.blogspot.com/2008/08/tilelist-with- stylefunction.html HTH; Amy

