UICollectionViewFlowLayout.MinimumInteritemSpacing Property
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 minimum spacing between cells in the direction of the flow (i.e., between sides if horizontal, between bottom and top if vertical).
public virtual nfloat MinimumInteritemSpacing { [Foundation.Export("minimumInteritemSpacing")] get; [Foundation.Export("setMinimumInteritemSpacing:")] set; }
member this.MinimumInteritemSpacing : nfloat with get, set
Property Value
The default value is 10.
- Attributes
Remarks
Can be customized with the GetMinimumInteritemSpacingForSection(UICollectionView, UICollectionViewLayout, nint) method.