UIScrollView.AlwaysBounceVertical Property

Definition

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

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

Property Value

The default value is false.

Attributes

Remarks

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

Applies to