---
title: scrollView
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwebview/scrollview
---

# scrollView

The scroll view associated with the web view.

## Declaration

```swift
var scrollView: UIScrollView { get }
```

## Discussion

Discussion Your app can access the scroll view if it wants to customize the scrolling behavior of the web view.

## See Also

### Setting web content properties

- [allowsLinkPreview](uikit/uiwebview/allowslinkpreview.md)
- [scalesPageToFit](uikit/uiwebview/scalespagetofit.md)
- [suppressesIncrementalRendering](uikit/uiwebview/suppressesincrementalrendering.md)
- [keyboardDisplayRequiresUserAction](uikit/uiwebview/keyboarddisplayrequiresuseraction.md)
- [dataDetectorTypes](uikit/uiwebview/datadetectortypes.md)
