<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/isScrollEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Map/isScrollEnabled"
  },
  "title" : "isScrollEnabled"
}
-->

# isScrollEnabled

A Boolean value that determines whether the user can cause the map to scroll with a pointing device or with gestures on a touchscreen.

```
get isScrollEnabled(): boolean;
set isScrollEnabled(value: boolean);
```

## Discussion

You can programmatically cause the map to scroll when scrolling isn’t in an enabled state by changing the map’s [`center`](/documentation/MapKitJS/Map/center) and [`region`](/documentation/MapKitJS/Map/region) coordinates.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)