共用方式為


UITableViewCell.ShouldIndentWhileEditing 屬性

定義

在編輯模式中,儲存格背景是否縮排。

public virtual bool ShouldIndentWhileEditing { [Foundation.Export("shouldIndentWhileEditing")] get; [Foundation.Export("setShouldIndentWhileEditing:")] set; }
member this.ShouldIndentWhileEditing : bool with get, set

屬性值

預設值為 true

屬性

備註

這個屬性與 無關 IndentationLevel

此值可以在 中 ShouldIndentWhileEditing(UITableView, NSIndexPath) 覆寫。

只有群組樣式資料表檢視會受到這個屬性的影響,純資料表檢視會忽略它。

適用於