c# - LongListSelector Data Virtualization -


does longlistselector support data virtualization? read on several blogs does, can't work.

here tried: provided ilist implementation itemssource list. problem list calls getenumerator() instead of this[int index] list item.

so question: how implement data virtualization longlistselector?

as said, longlistselector still based around getenumerator when rendering ilist types. control need rewritten support purpose. while blogs might support it, none of them says how, i'm not inclined believe them. longlistselector's default render items.

as loading of data, can done progressive using observablecollection. got example project shows how use observablecollection in combination longlistselector.

basically allow progressively add more groups and/or, more data groups, , ui should update accordingly.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -