MonoTouch.UIKit.UICollectionViewFlowLayoutInvalidationContext Class
A UICollectionViewLayoutInvalidationContext for use with UICollectionViewFlowLayouts.
See Also: UICollectionViewFlowLayoutInvalidationContext
Syntax
[MonoTouch.Foundation.Register("UICollectionViewFlowLayoutInvalidationContext", true)]
[MonoTouch.ObjCRuntime.Introduced(MonoTouch.ObjCRuntime.PlatformName.iOS, 7, 0, MonoTouch.ObjCRuntime.PlatformArchitecture.None, null)]
public class UICollectionViewFlowLayoutInvalidationContext : UICollectionViewLayoutInvalidationContext
[MonoTouch.ObjCRuntime.Introduced(MonoTouch.ObjCRuntime.PlatformName.iOS, 7, 0, MonoTouch.ObjCRuntime.PlatformArchitecture.None, null)]
public class UICollectionViewFlowLayoutInvalidationContext : UICollectionViewLayoutInvalidationContext
Related content
Requirements
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
The members of MonoTouch.UIKit.UICollectionViewFlowLayoutInvalidationContext are listed below.
See Also: UICollectionViewLayoutInvalidationContext
Public Constructors
Default constructor, initializes a new instance of this class. | ||
A constructor that initializes the object from the data stored in the unarchiver object. | ||
Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Properties
[read-only] override | ClassHandle | IntPtr. The handle for this class. |
InvalidateFlowLayoutAttributes | Boolean. Specifies whether the invalidate call should invalidate the layout attributes of the items within the UICollectionView. | |
InvalidateFlowLayoutDelegateMetrics | Boolean. Whether to recompute the size of items and views in the flow layout. |