---
title: scrolls
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/presentationcontentinteraction/scrolls
---

# scrolls

A behavior that prioritizes scrolling the content of a presentation when swiping, rather than resizing the presentation.

## Declaration

```swift
static var scrolls: PresentationContentInteraction { get }
```

## See Also

### Getting interaction behaviors

- [automatic](swiftui/presentationcontentinteraction/automatic.md)
- [resizes](swiftui/presentationcontentinteraction/resizes.md)
