UIKit.UIScrollView.ScrollsToTop Property
If true, then the scroll view will jump to the top of the content when the user taps on the status bar.

Syntax

[get: Foundation.Export("scrollsToTop")]
[set: Foundation.Export("setScrollsToTop:")]
public virtual bool ScrollsToTop { get; set; }

See Also

UIScrollView.ShouldScrollToTop
UIScrollView.ScrolledToTop

Value

The default value is false

Remarks

If set to true and UIScrollView.ShouldScrollToTop returns true, the scroll-to-tap gesture of a tap on the status bar will jump to the top of the content view and fire the UIScrollView.ScrolledToTop event.

Requirements

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