TableLayoutPanel::RowStyles Property
.NET Framework (current version)
Gets a collection of row styles for the TableLayoutPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property TableLayoutRowStyleCollection^ RowStyles { TableLayoutRowStyleCollection^ get(); }
Property Value
Type: System.Windows.Forms::TableLayoutRowStyleCollection^A TableLayoutRowStyleCollection containing a RowStyle for each row in the TableLayoutPanel control.
Use the RowStyles property to access the style properties of specific rows. You can use members of the RowStyle class to set the characteristics of individual rows in the table.
When the TableLayoutPanel control arranges its rows, it assigns priorities to each RowStyle in the following order:
.NET Framework
Available since 2.0
Available since 2.0
Show: