UIKit.UITableView.AutomaticDimension Property
Represents the value associated with the constant UITableViewAutomaticDimension

Syntax

[Foundation.Field("UITableViewAutomaticDimension", "UIKit")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_5_0)]
public static nfloat AutomaticDimension { get; }

Value

Remarks

Return this value from UIKit.UITableViewSource (or UIKit.UITableViewDelegate) methods that request dimension metrics when you want the UITableView to use a default value. For example, return this constant from UITableViewSource.GetHeightForHeader or UITableViewSource.GetHeightForFooter and the table view will use automatically use a height that accomodates the value returned from UITableViewSource.TitleForHeader or UITableViewSource.TitleForFooter respectively.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0