Unplanned
Last Updated: 06 Jun 2017 10:57 by ADMIN
ADMIN
Stefan Nenchev
Created on: 06 Jun 2017 10:27
Category: UI for Xamarin
Type: Bug Report
0
ListView: Control not updating items on NotifyDataSetChanged when bound to ObservableCollection
In a scenario where the ViewModel is declared in Xamarin.Forms project and the ListView is bound to an ObservableCollection, calling NotifyDataSetChanged on the Android Adapter does not cause the ListView to update its Items. You need to explicitly set the Items property of the ListViewAdapter to be the modified collection of items.
0 comments