MKMapView.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.
Control if the map can be scrolled with a pan gesture.
public virtual bool ScrollEnabled { [Foundation.Export("isScrollEnabled")] get; [Foundation.Export("setScrollEnabled:")] set; }
member this.ScrollEnabled : bool with get, set
Property Value
- Attributes
Remarks
Only controls interactive scrolling. The region can be changed in code regardless of this property.