An object used to describe the layout of items within the scrubber.
SDK
- macOS 10.12.1+
Framework
- App
Kit
Declaration
var scrubberLayout: NSScrubber Layout { get set }
An object used to describe the layout of items within the scrubber.
SDK
Framework
var scrubberLayout: NSScrubber Layout { get set }
var mode: NSScrubber .Mode
A setting that determines whether interaction with the scrubber is fixed or free.
enum NSScrubber .Mode
The scrolling behavior for a scrubber.
var item Alignment: NSScrubber .Alignment
A setting that specifies the snapping behavior of items in the scrubber.
enum NSScrubber .Alignment
The specified preferred alignment of items within the scrubber, when they come to rest following a user’s scrolling or paging interaction.
var is Continuous: Bool
A Boolean value that, together with the mode
property, determines scrubber interaction style.