共用方式為


UICollectionView.ScrollToItem 方法

定義

捲動 UICollectionView ,讓所需的專案可見。

[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

參數

indexPath
NSIndexPath

NSIndexPath所需專案的 。

scrollPosition
UICollectionViewScrollPosition

專案應該放在捲動停止之後的位置。

animated
Boolean

true 如果應該以動畫顯示捲動,則為 。

屬性

適用於