TableLayoutPanel Editor


 

The TableLayoutPanel Editor allows maintenance of column and row styles within a TableLayoutPanel. The editor consists of two lists and five buttons.

 

tablelayoutpanel.jpg

 

Editor Lists
The list on the left side of the editor shows any defined column or row styles. The list on right shows the selected column or row style's properties. The selected column or row is highlighted in the left hand list titled "Columns" or "Rows" and may be changed by clicking the desired column.
OK
The OK button signals that modifications to the tablelayoutpanel are complete and the tablelayoutpanel is updated. The editor is then closed.
Cancel
The Cancel button indicates that any modifications to the tablelayoutpanel should be discarded and the editor closed.
Add
The Add button inserts a new column or row style into the tablelayoutpanel. The column name defaults to Column{nn} where {nn} is a sequential value. The row name defaults to Row{nn} where {nn} is a sequential value.
Remove
The Remove button deletes the selected column or row style from the tablelayoutpanel.
Help
The Help button displays this page in a new window.


about_designer