The members of UIKit.UICollectionViewDelegateFlowLayout are listed below.
See Also: Inherited members from UIKit.UICollectionViewDelegate
Public Constructors
| | Default constructor, initializes a new instance of this class. |
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 Methods
| GetInsetForSection(UICollectionView, UICollectionViewLayout, nint) : UIEdgeInsetsThe margins to apply to content in the specified section. |
| GetMinimumInteritemSpacingForSection(UICollectionView, UICollectionViewLayout, nint) : nfloatThe spacing between items in the rows or columns of a section. |
| GetMinimumLineSpacingForSection(UICollectionView, UICollectionViewLayout, nint) : nfloatThe spacing between rows or columns of a section. |
| GetReferenceSizeForFooter(UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSizeThe size of the footer view for the specified section. |
| GetReferenceSizeForHeader(UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSizeThe size of the header view for the specified section. |
| GetSizeForItem(UICollectionView, UICollectionViewLayout, Foundation.NSIndexPath) : CoreGraphics.CGSizeThe size of the specified item's cell. |