UICollectionViewLayoutInvalidationContext.InvalidateEverything Property

Definition

Whether all layout data should be marked as invalid. Read-only.

public virtual bool InvalidateEverything { [Foundation.Export("invalidateEverything")] get; }
member this.InvalidateEverything : bool

Property Value

A Boolean indicating all layout data needs to be marked as invalid.

Attributes

Remarks

Do not set this property yourself. It is set in response to specific types of layout invalidation scenarios.

Applies to