<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEScrollView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(cs)BEScrollView"
  },
  "title" : "BEScrollView"
}
-->

# BEScrollView

A scroll view that works with its delegate to handle nesting and customize scroll interactions.

```
@MainActor class BEScrollView
```

## Overview

Use `BEScrollView` instead of <doc://com.apple.documentation/documentation/UIKit/UIScrollView> if you need to:

- Handle scroll updates programmatically
- Override default scroll view behavior
- Support scroll views that are siblings in the view hierarchy, but nested in the browser Document Object Model (DOM)

In any of these scenarios, set the scroll view’s [`delegate`](/documentation/BrowserEngineKit/BEScrollView/delegate) to an object that implements [`BEScrollViewDelegate`](/documentation/BrowserEngineKit/BEScrollViewDelegate).

## Topics

### Responding to scroll updates

[`delegate`](/documentation/BrowserEngineKit/BEScrollView/delegate)

A delegate that responds to the scroll view’s scroll updates.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)