I\'d like to bind a Dictionary to a ListView in WPF. I\'d like to do this in such a way that the Values in the
Dictionary
ListView
Values
I managed to do that in my project using an observable dictionary implemented by dr.wpf here and using as Value not a String but an object[]. In xaml i got something like: