The methods of UIKit.UICollectionViewDelegateFlowLayout are listed below. For a list of all members, see the UICollectionViewDelegateFlowLayout Members list.
See Also: Inherited members from UIKit.UICollectionViewDelegate
GetInsetForSection(UICollectionView, UICollectionViewLayout, nint)The margins to apply to content in the specified section. | ||
GetMinimumInteritemSpacingForSection(UICollectionView, UICollectionViewLayout, nint)The spacing between items in the rows or columns of a section. | ||
GetMinimumLineSpacingForSection(UICollectionView, UICollectionViewLayout, nint)The spacing between rows or columns of a section. | ||
GetReferenceSizeForFooter(UICollectionView, UICollectionViewLayout, nint)The size of the footer view for the specified section. | ||
GetReferenceSizeForHeader(UICollectionView, UICollectionViewLayout, nint)The size of the header view for the specified section. | ||
GetSizeForItem(UICollectionView, UICollectionViewLayout, Foundation.NSIndexPath)The size of the specified item's cell. | ||