---
title: alwaysBounces
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/alwaysbounces
---

# alwaysBounces

The axes for which bouncing always occurs when scrolling reaches the end of the content.

## Declaration

```swift
final var alwaysBounces: PaperMarkupViewController.ScrollConfiguration.Axis { get set }
```

## Discussion

Discussion If an axis is included and bounces includes that axis, bouncing occurs even if content is smaller than bounds for that axis. Default is [].

## See Also

### Configuring bouncing behavior

- [bounces](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/bounces.md)
- [bouncesZoom](paperkit/papermarkupviewcontroller/scrollconfiguration-swift.class/bounceszoom.md)
