Right, the MDI children have to be in the MDIControl. This is the control that has the gray background in the MDI parent and hosts child forms, but you can't select and modify it in the designer.
You can, however, access it in the code, as it is a member of the MDI parent form's controls collection.
Perhaps it would be possible to programmatically remove the mdicontrol from the form, add a splitcontainer, and then place the mdicontrol inside the left panel.
This is undoubtedly a big can of worms.
I'd suggest using a panel on the right and creating the for resizing yourself. It is a bit of a pain, but so will be the above.