You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
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.