Dictionaries are very easy to work with in code and are useful in variety of scenarios. Being able to bind to it along with the ability to get notifications when items get added or removed is a very useful capability. This article provides you an ObservableDictionary that does the same:
Dr.WPF: Can I bind my ItemsControl to a dictionary?
Share with