The members of UIKit.UICollectionViewDelegateFlowLayout_Extensions are listed below.
See Also: Inherited members from System.Object
Public Methods
static | GetInsetForSection(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint) : UIEdgeInsetsThe margins to apply to content in the specified section. |
static | GetMinimumInteritemSpacingForSection(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint) : nfloatThe spacing between items in the rows or columns of a section. |
static | GetMinimumLineSpacingForSection(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint) : nfloatThe spacing between rows or columns of a section. |
static | GetReferenceSizeForFooter(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSizeThe size of the footer view for the specified section. |
static | GetReferenceSizeForHeader(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSizeThe size of the header view for the specified section. |
static | GetSizeForItem(this IUICollectionViewDelegateFlowLayout, UICollectionView, UICollectionViewLayout, Foundation.NSIndexPath) : CoreGraphics.CGSizeThe size of the specified item's cell. |