UITableView.SectionHeaderHeight Property

Definition

The height of section headers in this UITableView.

public virtual nfloat SectionHeaderHeight { [Foundation.Export("sectionHeaderHeight")] get; [Foundation.Export("setSectionHeaderHeight:")] set; }
member this.SectionHeaderHeight : nfloat with get, set

Property Value

Height in points.

Attributes

Remarks

This property is used only in section group tables, and only if GetHeightForHeader(UITableView, nint) has not been implemented.

Applies to