---
title: showsArrowButtons
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrubber/showsarrowbuttons
---

# showsArrowButtons

A Boolean value that specifies whether arrow buttons should be displayed at the leading and trailing edges of the scrubber.

## Declaration

```swift
var showsArrowButtons: Bool { get set }
```

## Discussion

Discussion The default value is false.

## See Also

### Configuring the scrubber’s appearance

- [backgroundColor](appkit/nsscrubber/backgroundcolor.md)
- [backgroundView](appkit/nsscrubber/backgroundview.md)
- [showsAdditionalContentIndicators](appkit/nsscrubber/showsadditionalcontentindicators.md)
