---
title: isScrollEnabled
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/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.

## Declaration

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

## Mentioned in

MapKit JS 5

## Discussion

Discussion You can programmatically cause the map to scroll when scrolling isn’t in an enabled state by changing the map’s center and region coordinates.

## See Also

### Accessing interaction properties

- [isRotationAvailable](mapkitjs/map/isrotationavailable.md)
- [isRotationEnabled](mapkitjs/map/isrotationenabled.md)
- [isZoomEnabled](mapkitjs/map/iszoomenabled.md)
