Reputation: 722
How can to use ListView
inside ScorllVeiwer
and don't break the UI virtualization ? I need to use ScrollViewer ViewChanged
I have too many Item in my ListView
and load more by reach the end of ListView
so if the ui virtualization break ,this cause the memory leak and low performance.
Upvotes: 2
Views: 779
Reputation: 190
You just need restore virtualization by setting a width and height on the listview.
Upvotes: 1