<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubber/showsAdditionalContentIndicators",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScrubber(py)showsAdditionalContentIndicators"
  },
  "title" : "showsAdditionalContentIndicators"
}
-->

# showsAdditionalContentIndicators

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

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

## Discussion

When <doc://com.apple.documentation/documentation/Swift/true>, the scrubber uses a fade effect to indicate that there is additional content the user can scroll to. The default value is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)