A concrete layout object that sizes each item to some fraction of the scrubber's visible size.
SDK
- macOS 10.12.2+
Framework
- App
Kit
Declaration
class NSScrubberProportionalLayout : NSScrubber Layout
A concrete layout object that sizes each item to some fraction of the scrubber's visible size.
SDK
Framework
class NSScrubberProportionalLayout : NSScrubber Layout
init(number Of Visible Items: Int)
Initializes and returns a newly allocated proportional layout, configured to display the given number of items.
init(coder: NSCoder)
Initializes and returns a newly allocated proprotional layout object from a storyboard or nib file.
var number Of Visible Items: Int
The number of items visible in the scrubber at once.
class NSScrubber Flow Layout
A concrete layout object that arranges items end-to-end in a linear strip.
protocol NSScrubber Flow Layout Delegate
A protocol that a scrubber delegate can adopt to provide the size of an item.
class NSScrubber Layout Attributes
The layout of a scrubber item.
class NSScrubber Layout
An abstract class that describes the layout of items within a scrubber control.