UITableView.SectionFooterHeight 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 foots in this UITableView.
public virtual nfloat SectionFooterHeight { [Foundation.Export("sectionFooterHeight")] get; [Foundation.Export("setSectionFooterHeight:")] set; }
member this.SectionFooterHeight : nfloat with get, set
Property Value
Height in points.
- Attributes
Remarks
This property is used only in section group tables, and only if GetHeightForFooter(UITableView, nint) has not been implemented.