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)重写此值。

只有分组样式表视图受此属性影响,普通表视图将忽略此属性。

适用于