UIScrollView.AlwaysBounceVertical Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.