UIScrollView.ScrollEnabled 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 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.