UIScrollView.AlwaysBounceHorizontal Property

Definition

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

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

Property Value

The default value is false

Attributes

Remarks

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

Applies to