mode
A setting that determines whether interaction with the scrubber is fixed or free.
Declaration
var mode: NSScrubber.Mode { get set }Discussion
When set to NSScrubber.Mode.fixed, the scrubber’s content doesn’t scroll as the user pans. Instead, the element under the user’s finger is highlighted. The highlighted item becomes selected when the user completes the pan gesture. The default value is NSScrubber.Mode.fixed.
When mode is set to NSScrubber.Mode.free, panning over the scrubber scrolls the scrubber’s content. A user selects items by tapping on them.