Instance Method
scroll(_:)
Scrolls the view’s closest ancestor NSClipView
object so a point in the view lies at the origin of the clip view's bounds rectangle.
Parameters
aPoint
The point in the view to scroll to.
See Also
Scrolling
func scroll(NSRect, by: NSSize)
Copies the visible portion of the view’s rendered image within a region and lays that portion down again at a specified offset .
Deprecatedfunc reflectScrolledClipView(NSClipView)
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.