However, the StatusBar does not update with new messages. A comment on SO says:
"In case of the property one would want to fire change notifications for said property in case of
CollectionChanged
CollectionChanged
."
However, this is not quite clear to me. What is meant by that? I am using CommunityToolkit.Mvvm for the Observable Object structure, but it wouldn't let me set
So far, i have an ObservableCollection<T> for objects. I always want to display the last inserted element into a TextBlock. I implemented two solutions in XAML, but both not working: