UICollectionViewFlowLayout.MinimumLineSpacing 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 new lines of cells, in the direction of the ScrollDirection property (i.e., the opposite of the flow direction).
public virtual nfloat MinimumLineSpacing { [Foundation.Export("minimumLineSpacing")] get; [Foundation.Export("setMinimumLineSpacing:")] set; }
member this.MinimumLineSpacing : nfloat with get, set
Property Value
The default value is 10.
- Attributes
Remarks
Can be customized with the GetMinimumLineSpacingForSection(UICollectionView, UICollectionViewLayout, nint) method.