Share via


NSCollectionViewLayout.GetFinalLayoutAttributesForDisappearingItem Method

Definition

[Foundation.Export("finalLayoutAttributesForDisappearingItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSCollectionViewLayoutAttributes? GetFinalLayoutAttributesForDisappearingItem(Foundation.NSIndexPath itemIndexPath);
[<Foundation.Export("finalLayoutAttributesForDisappearingItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes
override this.GetFinalLayoutAttributesForDisappearingItem : Foundation.NSIndexPath -> AppKit.NSCollectionViewLayoutAttributes

Parameters

itemIndexPath
NSIndexPath

Returns

Attributes

Applies to