Does LongListSelector support Data Virtualization? I read on several Blogs that it does, but can\'t get it to work.
LongListSelector
Here is what I tried: I provided a <
I looked at the LongListSelector source code, it is NOT possible to virtualize the backing storage. The LongListSelector loads each item from the group list through a foreach loop.