1. Is there an example on how to custom style the MDI tab host? I've downloaded the XAML styles but there's a lot going on there. I'd like it to look like my custom ( non docking ) TabView. So going from this to this. Mainly removing the border around the docked window and changing the tab drawing style.
2. I have commands that are bound to my main window. When a Document is 'floated', I need to bind these commands to the floating window so the accelerators still work. Is there a OnFloat event that I can attach to when the window is floated? I'll also need to do some other things like set the Transform on the contents of the window.
2. I have commands that are bound to my main window. When a Document is 'floated', I need to bind these commands to the floating window so the accelerators still work. Is there a OnFloat event that I can attach to when the window is floated? I'll also need to do some other things like set the Transform on the contents of the window.