* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
2.6 KiB
title, description, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
| title | description | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
|---|---|---|---|---|---|---|---|---|---|
| How to: Edit Columns and Rows in a TableLayoutPanel Control | Learn how to use the Column and Row Styles dialog box to edit the rows and columns of your Windows Forms controls. | 03/30/2017 |
|
|
c367ed43-40dc-49eb-9e0f-ba70e83dfec0 |
How to: Edit Columns and Rows in a TableLayoutPanel Control
You can use the collection editor of the xref:System.Windows.Forms.TableLayoutPanel control, called the Column and Row Styles dialog box, to edit the rows and columns of your controls.
Note
If you want a control to span multiple rows or columns, set the
RowSpanandColumnSpanproperties on the control. For more information, see Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel.If you want to align a control within a cell, or if you want a control to stretch within a cell, use the control's xref:System.Windows.Forms.Control.Anchor%2A property. For more information, see Walkthrough: Arranging Controls on Windows Forms Using a TableLayoutPanel.
To edit rows and columns
-
Drag a xref:System.Windows.Forms.TableLayoutPanel control from the Toolbox onto your form.
-
Click the xref:System.Windows.Forms.TableLayoutPanel control's designer actions glyph (
) and select Edit Rows and Columns to open the Column and Row Styles dialog box. You can also right click on the xref:System.Windows.Forms.TableLayoutPanel control and select Edit Rows and Columns from the shortcut menu. -
To add or remove columns, select Columns from the Member type drop-down list box.
-
To add or remove rows, select Rows from the Member type drop-down list box.
-
Click the Add button to add a row or column to the end of the Member list.
-
Click the Insert button to add a row or column before the currently selected item in the list.
-
If you are adding a row or column, select the Size Type for the new row or column. For more information, see xref:System.Windows.Forms.SizeType.
-
To remove a row or column, click the Remove button to delete the currently selected item in the Member list.