Ali Malek
Ali Malek

Reputation: 722

UWP - ListView vertical scrolling view changed

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

Answers (1)

sajjad Yosefi
sajjad Yosefi

Reputation: 190

You just need restore virtualization by setting a width and height on the listview.

Upvotes: 1

Related Questions