I have a base form with a panel that creates a header for my form (with the app logo and some info). When I add a Dock panel using the DockManager in a form that inherits this base form, the Dock panel is added above the header panel.
How can I place the top Dock panel below this header panel?