Compartir a través de


UICollectionView.ScrollToItem Método

Definición

Desplaza para UICollectionView que el elemento deseado esté 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

Parámetros

indexPath
NSIndexPath

del NSIndexPath elemento deseado.

scrollPosition
UICollectionViewScrollPosition

Donde se debe colocar el elemento después de que se detenga el desplazamiento.

animated
Boolean

true si se debe animar el desplazamiento.

Atributos

Se aplica a