Compartir a través de


UITableView.AutomaticDimension Propiedad

Definición

Representa el valor asociado a la constante UITableViewAutomaticDimension.

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

Valor de propiedad

Atributos

Comentarios

Devuelve este valor de UITableViewSource los métodos (o UITableViewDelegate) que solicitan métricas de dimensión cuando desea que UITableView use un valor predeterminado. Por ejemplo, devolver esta constante desde GetHeightForHeader(UITableView, nint) o GetHeightForFooter(UITableView, nint) y la vista de tabla usará automáticamente un alto que adestece el valor devuelto de TitleForHeader(UITableView, nint) o TitleForFooter(UITableView, nint) respectivamente.

Se aplica a