IUITableViewDelegate.EstimatedHeightForHeader(UITableView, IntPtr) 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.
[Foundation.Export("tableView:estimatedHeightForHeaderInSection:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat EstimatedHeightForHeader(UIKit.UITableView tableView, IntPtr section);
[<Foundation.Export("tableView:estimatedHeightForHeaderInSection:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EstimatedHeightForHeader : UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat
override this.EstimatedHeightForHeader : UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- tableView
- UITableView
- section
-
IntPtr
nativeint
Returns
- Attributes