Contents

scrollerStyle

The scroller style for this scroller.

Declaration

var scrollerStyle: NSScroller.Style { get set }

Discussion

For a scroller that’s managed by an NSScrollView object, the setter is automatically invoked by the scroll view with the appropriate setting, according to the user’s Appearance preference settings and possibly what pointing device(s) are present (see preferredScrollerStyle).

For a list of valid scroller styles, see NSScroller.Style.

See Also

Managing Presentation Style