Do you know how many elements in total you need? You could always load the correct number empty placeholder items into the list and load the actual images when needed based on the index position. I don't think ListView will try to create cells for all items at once.