---
title: transfersHorizontalScrollingToParent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscrollview/transfershorizontalscrollingtoparent
---

# transfersHorizontalScrollingToParent

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

## Declaration

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

## Discussion

Discussion The default value is true, in which case when the scroll view reaches either end of its horizontal 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

- [transfersVerticalScrollingToParent](uikit/uiscrollview/transfersverticalscrollingtoparent.md)
