I want to apply a "zebra striping" style to my mx:List, the only way to do this is through code right? In that case how can I loop the items (in fact, items or item renderers?) to apply the individual background color?
Thanks in advance!
Very easy
<mx:TileList id="tileList" alternatingItemColors="[#FFFFFF,#CCCCCC,#999999]" />