Binding In Binding with Templates(WPF)

Posted by AKRamkumar on Stack Overflow See other posts from Stack Overflow or by AKRamkumar
Published on 2010-06-14T19:44:05Z Indexed on 2010/06/14 20:02 UTC
Read the original article Hit count: 207

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about wpf

Related posts about databinding