UICollectionViewDelegateFlowLayout_Extensions.GetMinimumInteritemSpacingForSection Method

Definition

The spacing between items in the rows or columns of a section.

public static nfloat GetMinimumInteritemSpacingForSection (this UIKit.IUICollectionViewDelegateFlowLayout This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
static member GetMinimumInteritemSpacingForSection : UIKit.IUICollectionViewDelegateFlowLayout * UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> nfloat

Parameters

This
IUICollectionViewDelegateFlowLayout

The instance on which this extension method operates.

collectionView
UICollectionView
section
System.System.IntPtr System.nativeint

Returns

Applies to