Hello Everyone
I have ObservableCollection of an object e.g ObservableCollection, inside user I have an object e.g Car and a bool property. The collection is bound to a listview and I would like to update listview when a a property of Car changes.
I did some google searching and tried few solutions but did not work.
Any suggestion would be appreciated.
Thanks