You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont' really see any good examples of observable collections and the MVVM toolkit.
I attach a small repo where I'm trying to update a collection with partial success.
I have 1 issue in my repo.
My collection only updates my view when I trigger my timer and navigate to another page and back. So there seems to be an issue on the RelayCommand that does not trigger my CollectionChanged Event when I initiate the call.
I have also implemented a TrulyObservableCollection wrapper as I'm not sure how to do this with only the toolkit.
If anyone can point me in the right direction it would be much appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @Sergio0694 ,
I dont' really see any good examples of observable collections and the MVVM toolkit.
I attach a small repo where I'm trying to update a collection with partial success.
I have 1 issue in my repo.
I have also implemented a TrulyObservableCollection wrapper as I'm not sure how to do this with only the toolkit.
If anyone can point me in the right direction it would be much appreciated.
TestEvents.zip
Beta Was this translation helpful? Give feedback.
All reactions