UIKit.UICollectionViewFlowLayout Members

The members of UIKit.UICollectionViewFlowLayout are listed below.

See Also: Inherited members from UIKit.UICollectionViewLayout

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
EstimatedItemSizeCoreGraphics.CGSize. Documentation for this section has not yet been entered.
FooterReferenceSizeCoreGraphics.CGSize. Specifies the System.Drawing.SizeF of the footer of a UIKit.UICollectionViewFlowLayout section.
HeaderReferenceSizeCoreGraphics.CGSize. The default SizeF for section headers.|The defaultSizeF for section headers.
ItemSizeCoreGraphics.CGSize. The default size of the UIKit.UICollectionViewCells being displayed.
MinimumInteritemSpacingnfloat. The minimum spacing between cells in the direction of the flow (i.e., between sides if horizontal, between bottom and top if vertical).
MinimumLineSpacingnfloat. The minimum spacing between new lines of cells, in the direction of the UICollectionViewFlowLayout.ScrollDirection property (i.e., the opposite of the flow direction).
ScrollDirectionUICollectionViewScrollDirection. The scrolling direction, which is at right angles to the flow direction.
SectionInsetUIEdgeInsets. Insets between sections.