UIKit.UIScrollView.AlwaysBounceVertical Property
If set to true and UIScrollView.Bounces is true, then bouncing will occur when vertical scrolling reaches the end of the view.

Syntax

[get: Foundation.Export("alwaysBounceVertical")]
[set: Foundation.Export("setAlwaysBounceVertical:")]
public virtual bool AlwaysBounceVertical { get; set; }

Value

The default value is false.

Remarks

If set to true, vertical dragging is enabled even if the UIScrollView.ContentSize property is smaller than the UIKit.UIScrollView's 'UIView.Bounds.

Requirements

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