UIKit.UIScrollViewDelegate.ScrolledToTop Method
Called when the scroll view is scrolled to the top of the content.

Syntax

[Foundation.Export("scrollViewDidScrollToTop:")]
public virtual void ScrolledToTop (UIScrollView scrollView)

Parameters

scrollView
Scroll view that was scrolled.

Remarks

The scroll view calls this method when it finishes scrolling to the top of the content. It might be called immediately if the top is already shown. For the scroll-to-top gesture (tap on the status bar) to work, UIScrollView.ScrollsToTop (on UIKit.UIScrollView) must be set to true.

Requirements

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