I'm starting programming in WPF and VB.NET right now. I was able to create a Combobox with the binding to a list of items of a dictionary.
I have a List of Dictionaries and I want to create a Combobox for each dictionary contained in such list. So, if I have N Dictionaries, I want to show N comboboxes. Each of them should be bound to a dictionary.
Could someone give me some hints to perform this?
Thank you.