UICollectionView.ScrollToItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
捲動 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
如果應該以動畫顯示捲動,則為 。
- 屬性