UICollectionViewFlowLayout.HeaderReferenceSize 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 default SizeF for section headers.|The defaultSizeF for section headers.
public virtual CoreGraphics.CGSize HeaderReferenceSize { [Foundation.Export("headerReferenceSize")] get; [Foundation.Export("setHeaderReferenceSize:")] set; }
member this.HeaderReferenceSize : CoreGraphics.CGSize with get, set
Property Value
The default value is {0,0}.
- Attributes
Remarks
The header and footer elements of a UICollectionViewFlowLayout separate sections. They are horizontally laid out if if the ScrollDirection is Vertical, and vertically laid out if the ScrollDirection is Horizontal.