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

# always

The scrollable view always bounces.

## Declaration

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

## Discussion

Discussion The scrollable view always bounces along the specified axis, regardless of the size of the content.

## See Also

### Bounce behaviors

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