On UWP: When my collection sends a CollectionChanged(NotifyCollectionChangedAction.Remove), the ListView scrolls back up to the top of the list.
Is there a way to make the scroll position stay the same on Remove?
FYI it works fine on Android.
↧
How can I make UWP ListView not reset scroll to top on CollectionChanged(Remove)?
↧