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.
Declaration
func scroll(_ point: NSPoint)Parameters
- point:
The point in the view to scroll to.
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.
func scroll(_ point: NSPoint)The point in the view to scroll to.