---
title: isScrollEnabled
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/isscrollenabled
---

# isScrollEnabled

A Boolean value that determines whether the user may scroll around the map.

## Declaration

```swift
var isScrollEnabled: Bool { get set }
```

## Discussion

Discussion This property controls only user interactions with the map. If you set the value of this property to false, you may still change the map location programmatically by changing the value in the region property. The default value of this property is true.

## See Also

### Accessing map properties

- [MKMapType](mapkit/mkmaptype.md)
- [isZoomEnabled](mapkit/mkmapview/iszoomenabled.md)
- [isPitchEnabled](mapkit/mkmapview/ispitchenabled.md)
- [isRotateEnabled](mapkit/mkmapview/isrotateenabled.md)
- [mapType](mapkit/mkmapview/maptype.md)
