Share via


NSCollectionViewLayout.GetInitialLayoutAttributesForAppearingItem Method

Definition

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

Parameters

itemIndexPath
NSIndexPath

Returns

Attributes

Applies to