Windows Forms :Designing the Layout using a TableLayoutPanel, with auto-expand panels
Windows Forms :Designing the Layout using a TableLayoutPanel, with auto-expand panels
Background
TableLayoutPanel is a control that "Represents a panel that dynamically lays out its contents in a grid composed of rows and columns" (From MSDN: TableLayoutPanel Class).
Basic...