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

Syntax

[get: Foundation.Export("alwaysBounceHorizontal")]
[set: Foundation.Export("setAlwaysBounceHorizontal:")]
public virtual bool AlwaysBounceHorizontal { get; set; }

Value

The default value is false

Remarks

If set to true, horizontal 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