Share via


UIScrollViewDelegate_Extensions.ShouldScrollToTop Method

Definition

Whether a scroll to the beginning of the scrollView should be permitted.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldScrollToTop(this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldScrollToTop : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView -> bool

Parameters

scrollView
UIScrollView

Scroll view requesting whether scroll is allowed.

Returns

Attributes

Applies to