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
func reflectScrolledClipView(_ clipView: NSClipView)Parameters
- clipView:
The Nsclipview object whose superview is to be notified.
Discussion
NSScrollView implements this method to update its NSScroller objects.