The maximum number of visible columns.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var maxVisibleColumns: Int { get set }
The maximum number of visible columns.
SDK
Framework
var maxVisibleColumns: Int { get set }
var reuses Columns: Bool
A Boolean that indicates whether the browser reuses matrix objects after their columns are unloaded.
var autohides Scroller: Bool
A Boolean that indicates whether the browser automatically hides its scroller.
var background Color: NSColor
The browser’s background color.
var min Column Width: CGFloat
The minimum column width, in pixels.
var separates Columns: Bool
A Boolean that indicates whether columns are separated by bezeled borders.
var takes Title From Previous Column: Bool
A Boolean that indicates whether a column takes its title from the selected cell in the previous column.
func tile()
Adjusts the various subviews of the browser—scrollers, columns, titles, and so on—without redrawing.
var delegate: NSBrowser Delegate?
The browser’s delegate.