Share via


UICollectionView.SelectItem Method

Definition

[Foundation.Export("selectItemAtIndexPath:animated:scrollPosition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectItem(Foundation.NSIndexPath? indexPath, bool animated, UIKit.UICollectionViewScrollPosition scrollPosition);
[<Foundation.Export("selectItemAtIndexPath:animated:scrollPosition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectItem : Foundation.NSIndexPath * bool * UIKit.UICollectionViewScrollPosition -> unit
override this.SelectItem : Foundation.NSIndexPath * bool * UIKit.UICollectionViewScrollPosition -> unit

Parameters

indexPath
NSIndexPath
animated
Boolean
Attributes

Applies to