I have this lisview that has images on its items, and what I'm trying to do is to load images on items that are not visible to the screen.
For example the user stops on position 5 of the lisview, obcourse the image will be loaded on that position. What I want is to load the images on position 4 and 6 as well. Is this possibele in listview? Any suggestion will be a great help. Thanks.