Contents

NSScrubberLayout

An abstract class that describes the layout of items within a scrubber control.

Declaration

@MainActor class NSScrubberLayout

Overview

To determine the layout of items in a scrubber, use one of the built-in subclasses (NSScrubberProportionalLayout or NSScrubberFlowLayout), or create a custom subclass to implement your own layout.

Topics

Creating a scrubber layout

Configuring a scrubber layout

Subclassing a scrubber layout

See Also

Scrubber layouts