Kek
MVVM should model items have INotify?
Very basic question but I am conflicted.
I have a viewmodel
The ui is a listview with items as itemsource and the items are shown with their details.
Now when I add to Items it will update the ui ofc, but when I change a property of an item I also want to show it in the ui. I can do this by adding
My only logical issue is that the HSItemFull is in the model. Whats the common way to handl this, is it stupid to add Observable property to model classes? The other way I see is to copy this item into one at viewmodel which seems more stupid.
10 replies