UIScrollView.Bounces 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
, then the scroll view will bounce at a content boundary.
public virtual bool Bounces { [Foundation.Export("bounces")] get; [Foundation.Export("setBounces:")] set; }
member this.Bounces : bool with get, set
Property Value
- Attributes
Remarks
Default value is true
.