selectionOverlayStyle
The style overlaid on selected items.
Declaration
var selectionOverlayStyle: NSScrubberSelectionStyle? { get set }Discussion
The default value is nil, which specifies no overlay decoration.
You can either choose from one of the built-in selection styles (outlineOverlay or roundedBackground), or you can subclass NSScrubberSelectionStyle to create your own custom selection style.