Hello,
It looks like there is some virtualization going on behind the scenes when scrolling. Is it possible to disable virtualization so my itemtemplates are not instanciated each time the user scrolls?
Regards,
Florian
Hi Florian,
Yes, there is an ItemContainerGenerationMode property on the xamTilesControl that can be set to Recycle, Virtualize, LazyLoad or Preload.