- indexPath
- The Foundation.NSIndexPath of the desired element.
- animated
- true if the selection change should be animated.
- scrollPosition
- Where the item should be positioned after scrolling finishes.
This method does nothing if UICollectionView.AllowsSelection is false. This method deselects the currently selected element if UICollectionView.AllowsMultipleSelection is false.
This method does not trigger calls to any selection-related delegate methods (e.g., UICollectionViewDelegate.ItemSelected or UICollectionViewDelegate.ItemDeselected).