---
title: scrollsDynamically
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrollview/scrollsdynamically
---

# scrollsDynamically

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

## Declaration

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

## Discussion

Discussion When the value of this property is true, the scroll view redraws its document view while scrolling. When the value of this property isfalse, the scroll view redraws only when the scroller knob is released. The default value of this property is true.

## See Also

### Setting Scrolling Behavior

- [lineScroll](appkit/nsscrollview/linescroll.md)
- [horizontalLineScroll](appkit/nsscrollview/horizontallinescroll.md)
- [verticalLineScroll](appkit/nsscrollview/verticallinescroll.md)
- [pageScroll](appkit/nsscrollview/pagescroll.md)
- [horizontalPageScroll](appkit/nsscrollview/horizontalpagescroll.md)
- [verticalPageScroll](appkit/nsscrollview/verticalpagescroll.md)
- [scrollWheel(with:)](appkit/nsscrollview/scrollwheel(with:).md)
