System.Windows.Forms.TableLayoutPanel.RowStyles Property

Gets a collection of row styles for the System.Windows.Forms.TableLayoutPanel.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.MergableProperty(false)]
[System.ComponentModel.DisplayName("Rows")]
[System.ComponentModel.Browsable(false)]
public TableLayoutRowStyleCollection RowStyles { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableLayoutPanel.RowStyles property to access the style properties of specific rows. You can use members of the System.Windows.Forms.RowStyle class to set the characteristics of individual rows in the table.

When the System.Windows.Forms.TableLayoutPanel control arranges its rows, it assigns priorities to each System.Windows.Forms.RowStyle in the following order:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0