TableLayoutPanel Control (Windows Forms)

The TableLayoutPanel control arranges its contents in a grid. Because the layout is performed both at design time and run time, it can change dynamically as the application environment changes. This gives the controls in the panel the ability to proportionally resize, so it can respond to changes such as the parent control resizing or text length changing due to localization.

In This Section

Topic Location
How to: Align and Stretch a Control in a TableLayoutPanel Control Windows Forms Controls
How to: Span Rows and Columns in a TableLayoutPanel Control Windows Forms Controls
How to: Edit Columns and Rows in a TableLayoutPanel Control Windows Forms Controls
Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel Windows Forms Controls
How to: Align and Stretch a Control in a TableLayoutPanel Control Windows Forms Controls
How to: Span Rows and Columns in a TableLayoutPanel Control Windows Forms Controls
How to: Edit Columns and Rows in a TableLayoutPanel Control Windows Forms Controls
Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel Windows Forms Controls
How to: Align and Stretch a Control in a TableLayoutPanel Control Windows Forms Controls
How to: Span Rows and Columns in a TableLayoutPanel Control Windows Forms Controls
How to: Edit Columns and Rows in a TableLayoutPanel Control Windows Forms Controls
Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel Windows Forms Controls
How to: Align and Stretch a Control in a TableLayoutPanel Control Windows Forms Controls
How to: Span Rows and Columns in a TableLayoutPanel Control Windows Forms Controls
How to: Edit Columns and Rows in a TableLayoutPanel Control Windows Forms Controls
Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel Windows Forms Controls

Reference

Topic Location
Localizing Applications Programming in Visual Studio with the .NET Framework
Localizing Applications Programming in Visual Studio with the .NET Framework
Localizing Applications Visual Studio