---
title: scrollerStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscroller/scrollerstyle
---

# scrollerStyle

The scroller style for this scroller.

## Declaration

```swift
var scrollerStyle: NSScroller.Style { get set }
```

## Discussion

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

- [preferredScrollerStyle](appkit/nsscroller/preferredscrollerstyle.md)
- [knobStyle](appkit/nsscroller/knobstyle-swift.property.md)
