❔ Having trouble with binding Dictionary<TKey, TValue>
I am trying to bind
but when when I try to do that the list just flashes during update and doesn't look anything like how
is there anyway to fix this and make it work like
Dictionary<TKey, TValue> to my UI and I want it to update like a ObservableCollection<T>but when when I try to do that the list just flashes during update and doesn't look anything like how
ObservableCollection<T> updatesis there anyway to fix this and make it work like
ObservableCollection<T>?