---
title: transfersVerticalScrollingToParent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/transfersverticalscrollingtoparent
---

# transfersVerticalScrollingToParent

A Boolean value that determines whether the scroll view passes vertical scroll events to a superview.

## Declaration

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

## Discussion

Discussion The default value is true, in which case when the scroll view reaches either end of its vertical scroll axis it transfers scroll events to a containing scroll view. To stop this behavior, set the property to false.

## See Also

### Nesting scroll views

- [transfersHorizontalScrollingToParent](uikit/uiscrollview/transfershorizontalscrollingtoparent.md)
