How to control docking order in WinForms
Go to View → Other windows → document outline.
In that window drag the controls so the docking is as you like it to be.
Use these methods:
myControl.SendToBack();
myControl.BringToFront();
Go to View → Other windows → document outline.
In that window drag the controls so the docking is as you like it to be.
Use these methods:
myControl.SendToBack();
myControl.BringToFront();