UITableView.ScrollToNearestSelected 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
自動捲動資料列,使選取的資料列最接近指定位置的位置移至該位置。
[Foundation.Export("scrollToNearestSelectedRowAtScrollPosition:animated:")]
public virtual void ScrollToNearestSelected (UIKit.UITableViewScrollPosition atScrollPosition, bool animated);
abstract member ScrollToNearestSelected : UIKit.UITableViewScrollPosition * bool -> unit
override this.ScrollToNearestSelected : UIKit.UITableViewScrollPosition * bool -> unit
參數
- atScrollPosition
- UITableViewScrollPosition
當捲動完成之後,目標資料列應該會出現 (在頂端、中間、底端) 的位置。
- animated
- Boolean
true
表示以動畫顯示捲動, false
如果資料表檢視應該只立即跳到新位置。
- 屬性