A Boolean value that specifies whether the scrubber should display the existence of additional items beyond the leading and trailing edges.
SDK
- macOS 10.12.1+
Framework
- App
Kit
Declaration
var showsAdditionalContentIndicators: Bool { get set }
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
.