Unplanned
Last Updated: 26 May 2020 15:00 by ADMIN
Kori
Created on: 26 May 2020 15:00
Category: ListView
Type: Bug Report
5
ListView: Scrolling inconsistency when changing the ItemsSource during LoadOnDemand

when a new ObservableCollection is assigned to the listview's ItemsSource during load on demand, there is an inconsistency in the scrolling.
- On Android the listview is scrolled to the top immediately and showing items at the top of the listview.

-On iOS and UWP, the listview position is not changed.

0 comments