columnsAutosaveName
The name used to automatically save the browser’s column configuration.
Declaration
var columnsAutosaveName: NSBrowser.ColumnsAutosaveName { get set }Discussion
Column configuration is defined as an array of column content widths. One width is saved for each level the user has reached. That is, the browser saves column width based on depth, not on unique paths. To do more complex column persistence, you should register for columnConfigurationDidChangeNotification and handle persistence yourself. This setting is persistent.
When this property is set to a value different than its current value, this property also reads in any column configuration data previously saved under the new value and applies the values to the browser.