I have a List with an itemRenderer for displaying some data. Is there anyway i can set different styles or background colors for alternate rows?
My List is as follows :
<mx:List id="myList" alternatingItemColors="[0xffffff, 0xe4e4e4]"
borderStyle="none"
width="100%" height="100%" y="25"
dataProvider="{infoColl}"
styleName="listRendererStyle"
itemRenderer="InfoRenderer"/>

alternatingItemColorsfor the simple list was not working for me. – silverback Jul 20 '11 at 6:49