UICollectionViewLayoutInvalidationContext.InvalidateDecorationElements Method
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.
Adds decoration views at specified index paths to a list of items that are invalidated.
[Foundation.Export("invalidateDecorationElementsOfKind:atIndexPaths:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InvalidateDecorationElements (Foundation.NSString elementKind, Foundation.NSIndexPath[] indexPaths);
abstract member InvalidateDecorationElements : Foundation.NSString * Foundation.NSIndexPath[] -> unit
override this.InvalidateDecorationElements : Foundation.NSString * Foundation.NSIndexPath[] -> unit
Parameters
- elementKind
- NSString
String indentifying the decoration view type.
- indexPaths
- NSIndexPath[]
Array of index path objects.
- Attributes
Remarks
Call this for indentifying specific decoration views where the layout attributes have changed.