Windows phone 8.1 Implement virtualization for Custom variable sized Gridview

前端 未结 2 468
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 05:17

I have implemented custom itempanel for gridview to support variable item height using this link posted by JerryNixon.My Custom panel supports 3 different sized template(dep

2条回答
  •  再見小時候
    2020-12-22 06:12

    Finally we implemented virtualized custom grdiview by referring to the code posted in this link. Code given in the link is for virtualizing horizontal gridview. I changed the code a bit to change it to vertical gridview. Many thanks to the person who posted the code. It helped a lot

提交回复
热议问题