verticalScroller
The scroll view’s vertical scroller.
Declaration
var verticalScroller: NSScroller? { get set }Discussion
The value of this property is nil if the scroll view has no vertical scroller.
You can access the vertical scroller using this property even if the scroll view isn’t currently displaying it. To make sure the scroller is visible, set hasVerticalScroller to true.