UIScrollView.ScrollEnabled Property

Definition

If set to true then scrolling is enabled.

public virtual bool ScrollEnabled { [Foundation.Export("isScrollEnabled")] get; [Foundation.Export("setScrollEnabled:")] set; }
member this.ScrollEnabled : bool with get, set

Property Value

Attributes

Remarks

If false, then touch events will not be processed by the scroll view. They continue to be forwarded up the responder chain.

Applies to