UITableViewCell.ShouldIndentWhileEditing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在編輯模式中,儲存格背景是否縮排。
public virtual bool ShouldIndentWhileEditing { [Foundation.Export("shouldIndentWhileEditing")] get; [Foundation.Export("setShouldIndentWhileEditing:")] set; }
member this.ShouldIndentWhileEditing : bool with get, set
屬性值
預設值為 true
。
- 屬性
備註
這個屬性與 無關 IndentationLevel 。
此值可以在 中 ShouldIndentWhileEditing(UITableView, NSIndexPath) 覆寫。
只有群組樣式資料表檢視會受到這個屬性的影響,純資料表檢視會忽略它。