UICollectionViewDelegateFlowLayout.GetMinimumInteritemSpacingForSection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The spacing between items in the rows or columns of a section.
[Foundation.Export("collectionView:layout:minimumInteritemSpacingForSectionAtIndex:")]
public virtual nfloat GetMinimumInteritemSpacingForSection (UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section);
abstract member GetMinimumInteritemSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> nfloat
override this.GetMinimumInteritemSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nint -> nfloat
Parameters
- collectionView
- UICollectionView
- layout
- UICollectionViewLayout
- section
- System.System.IntPtr System.nativeint
Returns
- Attributes