UIWebView.ShouldScrollToTop(UIScrollView) Method

Definition

Delegate invoked by the object to get a value.

[Foundation.Export("scrollViewShouldScrollToTop:")]
public virtual bool ShouldScrollToTop (UIKit.UIScrollView scrollView);
abstract member ShouldScrollToTop : UIKit.UIScrollView -> bool
override this.ShouldScrollToTop : UIKit.UIScrollView -> bool

Parameters

scrollView
UIScrollView

Returns

Attributes

Applies to