preservesSelection
A Boolean value that indicates whether the tree controller will attempt to preserve the current selection when the content changes.
Declaration
var preservesSelection: Bool { get set }Discussion
When the value of this property is true, the selection is preserved, if possible. The default value is true. This property is observable using key-value observing.