---
title: alwaysBounceVertical
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/alwaysbouncevertical
---

# alwaysBounceVertical

A Boolean value that determines whether bouncing always occurs when vertical scrolling reaches the end of the content.

## Declaration

```swift
var alwaysBounceVertical: Bool { get set }
```

## Discussion

Discussion If the value of this property is true and bouncesVertically is true, the scroll view allows vertical dragging even if the content is smaller than the bounds of the scroll view. The default value is false.

## See Also

### Configuring the scroll view

- [isScrollEnabled](uikit/uiscrollview/isscrollenabled.md)
- [isDirectionalLockEnabled](uikit/uiscrollview/isdirectionallockenabled.md)
- [isPagingEnabled](uikit/uiscrollview/ispagingenabled.md)
- [scrollsToTop](uikit/uiscrollview/scrollstotop.md)
- [bounces](uikit/uiscrollview/bounces.md)
- [bouncesHorizontally](uikit/uiscrollview/bounceshorizontally.md)
- [bouncesVertically](uikit/uiscrollview/bouncesvertically.md)
- [alwaysBounceHorizontal](uikit/uiscrollview/alwaysbouncehorizontal.md)
