Xamarin form update listView itemSource

后端 未结 6 898
闹比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条回答
  •  失恋的感觉
    2021-01-04 18:35

    Just convert your System.Collections.Generic.List to a System.Collections.ObjectModel.ObservableCollection before binding it to the ListView.

提交回复
热议问题