a/listviewa/performancee/7 :clock7:help wantedp/Androidp/UWPt/bug :bug:up-for-grabs
Repository metrics
- Stars
- (5,644 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
When updating ItemsSource for ListView cell views remains in memory both on Android(not so fast) and UWP(rapidly)
Steps to Reproduce
- Run sample app in Android/UWP
- Click a few times on any item
- Check debug output or diagnostic on UWM
Expected Behavior
Cell Views GC
Actual Behavior
Cells grow in memory
Sample Project: ListViewMemory.zip