--- title: "TableLayoutPanel Control" ms.date: "03/30/2017" helpviewer_keywords: - "TableLayoutPanel control [Windows Forms]" - "layout [Windows Forms]" - "controls [Windows Forms], sizing" - "sizing [Windows Forms], automatic" - "layout [Windows Forms], TableLayoutPanel control" - "automatic sizing" ms.assetid: f55175c6-424e-4782-a86e-3f79c1550235 --- # TableLayoutPanel Control (Windows Forms) The 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 [TableLayoutPanel Control Overview](tablelayoutpanel-control-overview.md) Introduces the general concepts of the control, which allows you to create a layout with rows and columns. [Best Practices for the TableLayoutPanel Control](best-practices-for-the-tablelayoutpanel-control.md) Outlines recommendations to help you get the most out of the layout features of the control. [AutoSize Behavior in the TableLayoutPanel Control](autosize-behavior-in-the-tablelayoutpanel-control.md) Explains the ways in which the control supports automatic sizing behavior. [How to: Anchor and Dock Child Controls in a TableLayoutPanel Control](how-to-anchor-and-dock-child-controls-in-a-tablelayoutpanel-control.md) Shows how to anchor and dock child controls in a control. [How to: Design a Windows Forms Layout that Responds Well to Localization](how-to-design-a-windows-forms-layout-that-responds-well-to-localization.md) Demonstrates using a control to build a form that responds well to localization. [How to: Create a Resizable Windows Form for Data Entry](how-to-create-a-resizable-windows-form-for-data-entry.md) Demonstrates using a control to build a form that responds well to resizing. 1. [How to: Align and Stretch a Control in a TableLayoutPanel Control](how-to-align-and-stretch-a-control-in-a-tablelayoutpanel-control.md) 2. [How to: Span Rows and Columns in a TableLayoutPanel Control](how-to-span-rows-and-columns-in-a-tablelayoutpanel-control.md) 3. [How to: Edit Columns and Rows in a TableLayoutPanel Control](how-to-edit-columns-and-rows-in-a-tablelayoutpanel-control.md) 4. [Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel](walkthrough-arranging-controls-on-windows-forms-using-a-tablelayoutpanel.md) ## Reference Provides reference documentation for the control. Provides reference documentation for the type. Provides reference documentation for the control. ## Related Sections [Localization](/dotnet/standard/globalization-localization/localization) Provides an overview of topics relating to localization. Also see [Localizing Applications](/previous-versions/visualstudio/visual-studio-2013/z68135h5(v=vs.120)).