I have lots of images stored in isolated storage and want to display them in a listbox. However, I don\'t want all images to be loaded right away but lazily. So only when th
Check this LazyListBox implementation. This ListBox will load complex template for items visible on screen. For items not visible on screen you set simple template.