Share via


TableView.HasUnevenRows 屬性

定義

取得或設定值,指出包含在此 TableView 中的資料列是否可以擁有不對等資料列。

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

屬性值

System.Boolean

備註

HasUnevenRows當屬性為 true時,應用程式開發人員可以設定Height屬性來控制數據表中專案的高度CellHasUnevenRows當 屬性為 true時,RowHeight會忽略 屬性。 HasUnevenRows當屬性為 false時,應用程式開發人員可以設定 屬性來設定RowHeight所有 Cells 的高度,並忽略其個別Height屬性。

適用於