NSScrubberLayout
An abstract class that describes the layout of items within a scrubber control.
Declaration
@MainActor class NSScrubberLayoutOverview
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.