Contents

NSScrubberSelectionStyle

An abstract class that provides decorative accessory views for selected and highlighted items within a scrubber control.

Declaration

@MainActor class NSScrubberSelectionStyle

Overview

Choose a selection style (outlineOverlay or roundedBackground), or create a custom selection style by subclassing NSScrubberSelectionStyle and overriding makeSelectionView().

Topics

Using built-in styles

Creating a selection style

See Also

Scrubber items