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

# reflectScrolledClipView(_:)

Adjusts the receiver’s scrollers to reflect the size and positioning of its content view.

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

## Parameters

`cView`

The clip view being adjusted to. If `aClipView` is any view object other than the receiver’s content view, the method does nothing.

## Discussion

This method is invoked automatically during scrolling and when an `NSClipView` object’s relationship to its document view changes; you should rarely need to invoke it yourself, but may wish to override it for custom updating or other behavior. If you override this method, be sure to call the superclass implementation. If you do not, other controls (such as the current scrollers) may not be updated properly.

## See Also

[`documentView`](/documentation/AppKit/NSScrollView/documentView)

The view the scroll view scrolls within its content view.

[`contentView`](/documentation/AppKit/NSScrollView/contentView)

The scroll view’s content view, the view that clips the document view.



---

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)