Xamarin form update listView itemSource

后端 未结 6 895
闹比i
闹比i 2021-01-04 18:28

Ok I have a ListView object which have a List as ItemSource and I\'d like to refresh the ItemSource whene

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 18:40

    Change List to ObservableCollection and implement INotifyPropertyChanged to have changes reflect in your ListView.

提交回复
热议问题