---
title: ScrollContentOffsetAdjustmentBehavior
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/scrollcontentoffsetadjustmentbehavior
---

# ScrollContentOffsetAdjustmentBehavior

A type that defines the different kinds of content offset adjusting behaviors a scroll view can have.

## Declaration

```swift
struct ScrollContentOffsetAdjustmentBehavior
```

## Topics

### Type Properties

- [automatic](swiftui/scrollcontentoffsetadjustmentbehavior/automatic.md)
- [disabled](swiftui/scrollcontentoffsetadjustmentbehavior/disabled.md)

## See Also

### Managing content visibility

- [scrollContentBackground(_:)](swiftui/view/scrollcontentbackground(_:).md)
- [scrollClipDisabled(_:)](swiftui/view/scrollclipdisabled(_:).md)
