Lazy loading of listbox images from isolated storage

前端 未结 2 688
抹茶落季
抹茶落季 2021-01-05 15:46

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

2条回答
  •  北海茫月
    2021-01-05 16:41

    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.

提交回复
热议问题