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 则为滚动设置动画。

属性

适用于