UICollectionViewLayoutInvalidationContext.InvalidateEverything 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.
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.