UIKit.UITableView.ScrollToRow Method
Automatically scrolls the table view until the specified row appears in the required position.

Syntax

[Foundation.Export("scrollToRowAtIndexPath:atScrollPosition:animated:")]
public virtual void ScrollToRow (Foundation.NSIndexPath indexPath, UITableViewScrollPosition atScrollPosition, bool animated)

Parameters

indexPath
Identifies which row should appear atScrollPosition.   You can pass Foundation.NSRange.NotFound to scroll to a section with zero rows.
atScrollPosition
Position that the target row should appear (e. top, middle, bottom) once the scrolling is complete.
animated
true to animate the scroll, false if the table view should just jump immediately to the new position.

Remarks

Calling this method does not trigger UITableViewSource.Scrolled(), which would normally occur after a programmatically-invoked UI operation.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0