This is tough to explain but bear with me. I am writing an application that I would like to look very much like Visual Studio:
Should I be using a different control? I need to have my MDI children on the bottom right. I need my tabbed property pages to be AutoHide, floating, etc.
Clear as mud huh?
DSSavant,
Try setting the top DockAreaPane's Settings.AllowResize to DefaultableBoolean.False. This will prevent the end-user from re-sizing the top section.
~Kim~
Kim,
Thanks for the reply but alas, the picture above has the resize property set to false. I've reworked my application and removed docking area from the top of the window - actually replaced it with a toolbar holding a custom control of my own.