---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scrollbouncebehavior/automatic
---

# automatic

The automatic behavior.

## Declaration

```swift
static var automatic: ScrollBounceBehavior { get }
```

## Discussion

Discussion The scrollable view automatically chooses whether content bounces when people scroll to the end of the view’s content. By default, scrollable views use the always behavior.

## See Also

### Bounce behaviors

- [always](swiftui/scrollbouncebehavior/always.md)
- [basedOnSize](swiftui/scrollbouncebehavior/basedonsize.md)
