a/listviewa/performancee/7 :clock7:help wantedp/Androidp/UWPt/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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