I have a List and the item renderer displays an image and text from xml (news rss). Not all news have an image. Whenever you scroll the list, and the item renderer refreshes, it move images of news of a position, so the news "1" have the image of news "2", and the news "2" have the image of news "3" ecc., but the text (the title of news not move) . how can I do? thanks and sorry for my english.
set datamethod and changing the source of the image component in the item renderer would fix the problem. - Amarghosh