UITableViewDelegate_Extensions.EstimatedHeightForHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The estimated height of the header for the specified section.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat EstimatedHeightForHeader(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EstimatedHeightForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- This
- IUITableViewDelegate
- tableView
- UITableView
- section
-
IntPtr
nativeint
Returns
- Attributes