Windows Forms Panel controls are used to provide an identifiable grouping for other controls. Typically, you use panels to subdivide a form by function. The Panel control is similar to the xref:System ...
The xref:System.Windows.Forms.TableLayoutPanel control provides powerful layout features that you should consider carefully before using on your Windows Forms.