The members of UIKit.UICollectionViewFlowLayout are listed below.
See Also: Inherited members from UIKit.UICollectionViewLayout
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| EstimatedItemSize | CoreGraphics.CGSize. Documentation for this section has not yet been entered. | |
| FooterReferenceSize | CoreGraphics.CGSize. Specifies the System.Drawing.SizeF of the footer of a UIKit.UICollectionViewFlowLayout section. | |
| HeaderReferenceSize | CoreGraphics.CGSize. The default SizeF for section headers.|The defaultSizeF for section headers. | |
| ItemSize | CoreGraphics.CGSize. The default size of the UIKit.UICollectionViewCells being displayed. | |
| MinimumInteritemSpacing | nfloat. The minimum spacing between cells in the direction of the flow (i.e., between sides if horizontal, between bottom and top if vertical). | |
| MinimumLineSpacing | nfloat. The minimum spacing between new lines of cells, in the direction of the UICollectionViewFlowLayout.ScrollDirection property (i.e., the opposite of the flow direction). | |
| ScrollDirection | UICollectionViewScrollDirection. The scrolling direction, which is at right angles to the flow direction. | |
| SectionInset | UIEdgeInsets. Insets between sections. |