In Visual Studio, you can dock arbitrary panes to the main view in the center of the window:
In the above image, the Error List pane is being docked to the main view.
I'd like to do that with CDockablePanes in MFC. However, it appears that by default, docking panes to the main view isn't allowed. Is this possible with MFC? If so, how is it done?