Share via


UITableView.ScrollToNearestSelected Method

Definition

[Foundation.Export("scrollToNearestSelectedRowAtScrollPosition:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ScrollToNearestSelected(UIKit.UITableViewScrollPosition atScrollPosition, bool animated);
[<Foundation.Export("scrollToNearestSelectedRowAtScrollPosition:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ScrollToNearestSelected : UIKit.UITableViewScrollPosition * bool -> unit
override this.ScrollToNearestSelected : UIKit.UITableViewScrollPosition * bool -> unit

Parameters

atScrollPosition
UITableViewScrollPosition
animated
Boolean
Attributes

Applies to