Share via


UICollectionViewDelegateFlowLayout.GetMinimumInteritemSpacingForSection Method

Definition

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

[Foundation.Export("collectionView:layout:minimumInteritemSpacingForSectionAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetMinimumInteritemSpacingForSection(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<Foundation.Export("collectionView:layout:minimumInteritemSpacingForSectionAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMinimumInteritemSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat
override this.GetMinimumInteritemSpacingForSection : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Implements

Attributes

Applies to