This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment
-
Do you have a specific example that does not work? The most likely explanation is a specific property that just isn't paying attention to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From my experience with Xamarin.Forms, the data binding model has been very temperamental based on different scenarios. In some cases, my ObservableCollection only updates on the UI when I re-assign to a new object. In other cases, it updates the UI until I assign it to a new object reference. I also believe that it behaves as expected in both scenarios at some other times, I know that there is a difference between listening for INotifyPropertyChanged and INotifyCollectionChanged but I have not found any documentation to explain to detail what could be the cause of these Inconsistent behaviours.
Can anyone help, please?
Beta Was this translation helpful? Give feedback.
All reactions