MKMapView.ScrollEnabled Property

Definition

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.

Applies to