<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrollView/scrollsDynamically",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScrollView(py)scrollsDynamically"
  },
  "title" : "scrollsDynamically"
}
-->

# scrollsDynamically

A Boolean that indicates whether the scroll view redraws its document view while scrolling continuously.

```
var scrollsDynamically: Bool { get set }
```

## Discussion

When the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the scroll view redraws its document view while scrolling. When the value of this property is<doc://com.apple.documentation/documentation/Swift/false>, the scroll view redraws only when the scroller knob is released. The default value of this property is <doc://com.apple.documentation/documentation/Swift/true>.

---

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)