Displaying the row number or index in a spark List
February 8th, 2010
2 comments
The ItemRenderer class in Flex 4 has an itemIndex property that was added after beta2. You can use this property within your item renderer to display the row number or index of an item in a spark List.
Read more…