---
title: showsAdditionalContentIndicators
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrubber/showsadditionalcontentindicators
---

# showsAdditionalContentIndicators

A Boolean value that specifies whether the scrubber should display the existence of additional items beyond the leading and trailing edges.

## Declaration

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

## Discussion

Discussion When true, the scrubber uses a fade effect to indicate that there is additional content the user can scroll to. The default value is false.

## See Also

### Configuring the scrubber’s appearance

- [backgroundColor](appkit/nsscrubber/backgroundcolor.md)
- [backgroundView](appkit/nsscrubber/backgroundview.md)
- [showsArrowButtons](appkit/nsscrubber/showsarrowbuttons.md)
