I have around 100 data in my list. I need to display the list, it would be easy if i could display the list by fixing a frame for a single cell and reuse it... This is possible in 'ios'. Is it possible in windows phone?? If so could you please tell me how to do it?
Asked
Active
Viewed 433 times
1 Answers
0
Look for virtualization. In a short, it keeps in memory only items you're going to render.
WP7 Listbox how UI virtualization work
PS: if you're looking for out-of-box solution, take a look at Telerik Controls. Here is documentation about virtualization. It allows to keep in list thousands of items and render them smoothly. I'm using it for a several months, controls are of high quality + support is lightspeed fast.

Community
- 1
- 1

Vitalii Vasylenko
- 4,776
- 5
- 40
- 64