Binding In Binding with Templates(WPF)
- by AKRamkumar
I have a WPF UI Bound to a collection of AwesomeClass
Now, AwesomeClass has a collection of AwesomeParts objects.
How can I make my UI In such a way that (as an example)
for each AwesomeClass instance, there is a Tab on a tab panel
and then for each awesome part in that, there is an object on a listbox, on that tab.
Basically: Awesomes-Tabs
And Then : Awesome.Awesomeparts-Tabs.Listbox