TableView.HasUnevenRows Property

Definition

Gets or sets a value that indicates whether the rows that are contained in this TableView can have uneven rows.

public bool HasUnevenRows { get; set; }
member this.HasUnevenRows : bool with get, set

Property Value

Remarks

When the HasUnevenRows property is true, application developers can set the Height properties to control the height of Cell items in the table. When the HasUnevenRows property is true, the RowHeight property is ignored. When the HasUnevenRows property is false, app developers can set the RowHeight property to set the height of all Cells, and their individual Height properties are ignored.

Applies to