UICollectionView.ScrollToItem Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fait défiler le UICollectionView afin que l’élément souhaité soit visible.
[Foundation.Export("scrollToItemAtIndexPath:atScrollPosition:animated:")]
public virtual void ScrollToItem (Foundation.NSIndexPath indexPath, UIKit.UICollectionViewScrollPosition scrollPosition, bool animated);
abstract member ScrollToItem : Foundation.NSIndexPath * UIKit.UICollectionViewScrollPosition * bool -> unit
override this.ScrollToItem : Foundation.NSIndexPath * UIKit.UICollectionViewScrollPosition * bool -> unit
Paramètres
- indexPath
- NSIndexPath
NSIndexPath de l’élément souhaité.
- scrollPosition
- UICollectionViewScrollPosition
Emplacement où l’élément doit être positionné après les arrêts de défilement.
- animated
- Boolean
true
si le défilement doit être animé.
- Attributs