---
title: "reflectScrolledClipView(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsview/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.

## Declaration

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

## Parameters

- `clipView`: The doc://com.apple.appkit/documentation/AppKit/NSClipView object whose superview is to be notified.

## Discussion

Discussion NSScrollView implements this method to update its NSScroller objects.

## See Also

### Scrolling the View

- [prepareContent(in:)](appkit/nsview/preparecontent(in:).md)
- [preparedContentRect](appkit/nsview/preparedcontentrect.md)
- [scroll(_:)](appkit/nsview/scroll(_:).md)
- [scrollToVisible(_:)](appkit/nsview/scrolltovisible(_:).md)
- [autoscroll(with:)](appkit/nsview/autoscroll(with:).md)
- [adjustScroll(_:)](appkit/nsview/adjustscroll(_:).md)
- [enclosingScrollView](appkit/nsview/enclosingscrollview.md)
- [scroll(_:to:)](appkit/nsview/scroll(_:to:).md)
- [isCompatibleWithResponsiveScrolling](appkit/nsview/iscompatiblewithresponsivescrolling.md)
