I'm using a spark ItemRenderer in a list with useVirtualLayout="true" The itemRenderer has an image loaded in it. When the list scrolls, and a new Item is brought into view - the image flickers, briefly showing the previous image in the itemrenderer. When the itemrenderer is re-used, how can I prevent the flicker?
Is there an event when an itemrenderer is discarded? then I could hide the image or load a blank image.