See Also: TableLayoutSettings Members
The System.Windows.Forms.TableLayoutSettings class collects and manages the characteristics associated with the table layout scheme. This class is used internally by the System.Windows.Forms.TableLayoutPanel and System.Windows.Forms.ToolStrip classes, as well as the table layout engine. The System.Windows.Forms.TableLayoutSettings class is used by the layout engine to determine how to lay out the container's child controls.
The System.Windows.Forms.TableLayoutSettings class manages the following information:
The System.Windows.Forms.TableLayoutPanelGrowStyle being used.
The maximum number of columns and rows in the layout.
The collection of styles used for the contained columns and rows.