共用方式為


UITableView.ScrollToNearestSelected 方法

定義

自動捲動資料列,使選取的資料列最接近指定位置的位置移至該位置。

[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 如果資料表檢視應該只立即跳到新位置。

屬性

適用於