I basically want my window to consist of 2 flyout docked panels down the left side of the screen, and a TabControl filling the rest. Sounds simple... (and i'm sure it is!).
I'm not completely there with WPF yet, so I am struggling with some basic things still, so bear with me.
The only problem is I need full control over the tab control, including the header (obviously I don't want the avalon dock tab headers visible). So far I have got the flyout windows working, but I haven't worked out how to get the tab control into the main part of the dock manager.
The closest I have got is to create a control template for the LayoutDocumentPane and put the tab control inside this, but I am filling the tabcontrol with prism regions at runtime and for some reason this doesn't work when I do it this way.
Can someone help me with this while I still have hair left on my head??
Thanks