I’m working in a mobile app for iPad in Flex 4, I have a list with custom items rendered, data is taken from external XML. In that XML I get an image path, so when I scroll down, the images go out…
Is there a way to prevent the list of items from getting destroyed upon scroll down?
Set your list
useVirtualLayoutproperty tofalse. But beware of performance issues !See :
http://flexponential.com/2010/01/10/caching-images-loaded-from-a-spark-item-renderer/