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

# automatic

The automatic behavior.

## Declaration

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

## Discussion

Discussion A scroll view may automatically adjust its content offset based on the current context. The absolute offset may be adjusted to keep content in relatively the same place. For example, when scrolled to the bottom, a scroll view may keep the bottom edge scrolled to the bottom when the overall size of its content changes.
