UICollectionView.IndexPathsForVisibleItems Property

Definition

Returns the NSIndexPaths of all visible items.

public virtual Foundation.NSIndexPath[] IndexPathsForVisibleItems { [Foundation.Export("indexPathsForVisibleItems")] get; }
member this.IndexPathsForVisibleItems : Foundation.NSIndexPath[]

Property Value

The default value is an empty NSIndexPath array.

Attributes

Remarks

This method does not return the NSIndexPath of visible supplementary views.

Applies to