UITableView.AutomaticDimension 属性

定义

表示与常量 UITableViewAutomaticDimension 关联的值

[Foundation.Field("UITableViewAutomaticDimension", "UIKit")]
public static nfloat AutomaticDimension { get; }
member this.AutomaticDimension : nfloat

属性值

属性

注解

如果希望 UITableView 使用默认值,则从 UITableViewSource 请求维度指标的 (或 UITableViewDelegate) 方法返回此值。 例如,从 GetHeightForHeader(UITableView, nint)GetHeightForFooter(UITableView, nint) 返回此常量,表视图将使用自动使用高度,该高度分别容纳从 TitleForHeader(UITableView, nint)TitleForFooter(UITableView, nint) 返回的值。

适用于