Hi,
I tried your sample, and I don't think line 78 can work.
contactsinfo = _realm.All<Contacts>() as ObservableCollection<Contacts>;
the cast will make contactsinfo null.
Hi,
I still suffer in this thread.
I tried a really easy sample.
Listview worked at Create item and Modify item. but when delete item, it didnt update the listview.
I checked the IEnumerableCollection changed after delete command.
Please give me a hand asap, thanks a lot!!
by the way,
I also use dataSource.Refresh and listview.RefreshView,
The UI display weird.
very suffer to me....