DB
Dmitry Bakuntsev
July 27, 2006 09:10 PM UTC
The answer turned out to be quite simple. DockingManager asks FormController to adjust the client rectangle where DockingManager can lay out controls. FormController looks up all top-level controls that are docked, and reduces the original window client rectangle by their size. Therefore, the only thing that Office2007Demo really lacked was docking property setting for its panels comprising the Ribbon control components (e.g. main menu and shortcuts toolbar, panel1, etc).
Regards,
Dmitry.