Bearbeiten

Freigeben über


UICollectionViewFlowLayout.MinimumLineSpacing Property

Definition

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.

Applies to