POQDavid
❔ Having trouble with binding Dictionary<TKey, TValue>
I am trying to bind
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>
updates
is there anyway to fix this and make it work like ObservableCollection<T>
?11 replies