Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[UWP] Fixes to Cell for ListView and CollectionView #13277

Merged
merged 7 commits into from
Jan 15, 2021

Conversation

CliffAgius
Copy link
Contributor

Description of Change

Fix for #10473 that is a massive blocker for UWP development using List and Collection views in XF. This fix was designed by @gentledepp and I am putting it forward as a PR to the main XF repo as they had only made the changes to thier company fork. I have tested these changes and they seem to fix the issue on the project we are building.

Issues Resolved

API Changes

None

Platforms Affected

  • UWP

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

rmarinho and others added 2 commits July 3, 2020 11:32
…o a XF PR. These have been tested and seem work solve the issue of the Cell not being disposed of as they are now reused rather than created from scratch. I am only putting forward the PR.
@rmarinho rmarinho requested a review from hartez January 4, 2021 18:25
azure-pipelines.yml Outdated Show resolved Hide resolved
@CliffAgius
Copy link
Contributor Author

here you go @rmarinho I reverted the changes I have no idea how or why that file was changed but it's back to how it was and only the one file is now changed which is the one that should I hope fix the UWP Memory leak.

@jfversluis
Copy link
Member

/azp run

@azure-pipelines
Copy link

Commenter does not have sufficient privileges for PR 13277 in repo xamarin/Xamarin.Forms

@samhouts samhouts added p/UWP a/listview Problems with the ListView/TableView a/performance t/bug 🐛 labels Jan 8, 2021
@rmarinho rmarinho changed the title Issue10473 [UWP] Fixes to Cell for ListView and CollectionView Jan 10, 2021
@rmarinho rmarinho merged commit 2f8fe84 into xamarin:5.0.0 Jan 15, 2021
@samhouts samhouts added this to the 5.0.0 milestone Jan 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView a/performance p/UWP t/bug 🐛
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] UWP - ListView does not recycle cells [HUUGE MEMORY ISSUE]
5 participants