UITableView.SectionHeaderHeight Property
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 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.