NSCollectionView.ScrollToItems Method

Definition

[Foundation.Export("scrollToItemsAtIndexPaths:scrollPosition:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ScrollToItems (Foundation.NSSet<Foundation.NSIndexPath> indexPaths, AppKit.NSCollectionViewScrollPosition scrollPosition);
abstract member ScrollToItems : Foundation.NSSet<Foundation.NSIndexPath> * AppKit.NSCollectionViewScrollPosition -> unit
override this.ScrollToItems : Foundation.NSSet<Foundation.NSIndexPath> * AppKit.NSCollectionViewScrollPosition -> unit

Parameters

indexPaths
NSSet<NSIndexPath>
Attributes

Applies to