<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSView/reflectScrolledClipView(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSView(im)reflectScrolledClipView:"
  },
  "title" : "reflectScrolledClipView(_:)"
}
-->

# reflectScrolledClipView(_:)

Notifies a clip view’s superview that either the clip view’s bounds rectangle or the document view’s frame rectangle has changed, and that any indicators of the scroll position need to be adjusted.

```
func reflectScrolledClipView(_ clipView: NSClipView)
```

## Parameters

`clipView`

The [`NSClipView`](/documentation/AppKit/NSClipView) object whose superview is to be notified.

## Discussion

[`NSScrollView`](/documentation/AppKit/NSScrollView) implements this method to update its [`NSScroller`](/documentation/AppKit/NSScroller) objects.

---

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)