---
title: allowsScrolling
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webframeview/allowsscrolling
---

# allowsScrolling

A Boolean that indicates whether the frame view should allow users to scroll.

## Declaration

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

## Discussion

Discussion If true, scrolling is allowed; if false, it is not. If the frame contains a scrolling element, then that value is used as the default; otherwise, the default is true.
