If you want to add several controls(panels in your case) to the same form and Dock them all as Fill, below is the best solution: - Add Custom user controls to your Project, each of them containing one of the panels. - Add these controls to your form and dock them as Fill. Now if you want to edit one of the panels, simply edit the custom user control you created ;)