This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.
UWP ListView with observable collection always seems to refresh the entire list #3788
Closed
Description
Description
The UWP ListView seems to not respect the observable collection rules. So things like delete/add etc will actually cause the entire list to refresh from scratch - rather than just updating the items to which the operation concerns.
The side affect of this is that any changes to the observable collection (e.g. ObservableCollection) result in the list scrolling right to the top.
This definitely "used to work" - because I recall seeing the UWP animations that occur when its behaving properly - I think on some version before 3.1. I am now on 3.2 pre3 and the issue is there.
Steps to Reproduce
Expected Behavior
UWP ListView to respect the rules of a observable collection.
Actual Behavior
Refreshes the entire listing no matter what type of observable collection operation was performed.
Basic Information
- Version with issue:
- Last known good version: possibly a build of XamForms before 3.1 ?
- IDE:
- Platform Target Frameworks:
- iOS:
- Android:
- UWP: 1709
- Android Support Library Version:
- Nuget Packages:
- Affected Devices: