UIKit.UITableViewDelegate.GetHeightForHeader Method
Called to determine the height of the header for the section specified by section.

Syntax

[Foundation.Export("tableView:heightForHeaderInSection:")]
public virtual nfloat GetHeightForHeader (UITableView tableView, nint section)

Parameters

tableView
Table view.
section
Index of the section requiring a header display.

Returns

The height of the header (in points) as a float.

Remarks

This method allows section headers to have different heights. This method is not called if the table is UITableViewStyle.Plain style.

[UITableViewDelegate]

Requirements

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