Implementing scrollable table on Windows Phone

我与影子孤独终老i 提交于 2019-12-04 09:14:16

May be in your listbox there are images? and Out of memory Execption will occur you can do 2 things:

  1. Don't load data in one time use BackgroundWorker
  2. Have one local image in the App of the image you are downloading and set it as default image & when you scroll to some 50 values in forward clean the image Url to local and when it comes back give again the image url you want to show .
    Because i have used it to scroll around 20k values.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!