This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[UWP] Fixed sync of ListView items with ListViewProxy #2512
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@hartez can you run uwp tests on this? |
this doesn't fix #2486 i wonder if the root cause si not the same. |
@rmarinho in #2486 more serious problem with equals
templatedItems.GetGroupAndIndexOfItem("I am a short text") returns the first cell of the first group.The second group begins to have cells of the first group. |
hartez
suggested changes
May 7, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently fail the test in Issue1875.
When I run the Issue 1875 test with these changes, I get an ArgumentOutOfRange exception:
|
Feel free to reopen if 1875 starts working |
I fixed the exception in test 1875 and append changes in the first commit. |
hartez
approved these changes
May 10, 2018
this PR is conflicting with #2773 that was just merged. could you please revisit ? |
ready! |
thx |
samhouts
approved these changes
May 23, 2018
4 tasks
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
ItemsSource
wrapped in anObservableCollection
Added processing for adding and removing items.
Screencast: https://www.screencast.com/t/LrPoEiM8a6v0
Bugs Fixed
Fixes #2485
Fixes #2809
API Changes
--
Behavioral Changes
Correct Items shown when the collection is changed
PR Checklist