The following example shows how you can fade an item renderer background fill on a Spark List control in Flex 4 by creating a custom item renderer, setting the Boolean autoDrawBackground
property to false, drawing your own background fill, and then setting a fade transition from the normal and hovered states.
Continue reading Fading an item renderer background fill on a Spark List control in Flex 4