An abstract base class for the views whose layout is managed by a scrubber.
SDK
- macOS 10.12.2+
Framework
- App
Kit
Declaration
class NSScrubberArrangedView : NSView
An abstract base class for the views whose layout is managed by a scrubber.
SDK
Framework
class NSScrubberArrangedView : NSView
var is Highlighted: Bool
A Boolean value that specifies whether the view is currently highlighted.
var is Selected: Bool
A Boolean value that specifies whether the current view is selected.
func apply(NSScrubber Layout Attributes)
Updates the layout of the arranged view to respect the provided layout attributes.
class NSScrubber Item View
An item at a specific index position in the scrubber.
class NSScrubber Image Item View
A concrete view subclass for displaying images in a scrubber items.
class NSScrubber Selection Style
An abstract class that provides decorative accessory views for selected and highlighted items within a scrubber control.
class NSScrubber Selection View
An abstract base class for specifying the appearance of a highlighted or selected item in a scrubber.
class NSScrubber Text Item View
A concrete view subclass for displaying text for an item in a scrubber.