TableView.HasUnevenRows 屬性

定義

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

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

屬性值

備註

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

適用於