UIKit.UIScrollView.SetContentOffset Method
This method will move the scroll view to a new location, with optional animation.

Syntax

[Foundation.Export("setContentOffset:animated:")]
public virtual void SetContentOffset (bool animated, CoreGraphics.CGPoint contentOffset)

See Also

UIScrollView.ContentOffset

Parameters

contentOffset
A point (relative to the content view's origin) to use as an offset.
animated
If true, then animate the transition.

Remarks

Assignment to UIScrollView.ContentOffset is instantaneous. This method allows the change in location to be animated.

Requirements

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