avoidsEmptySelection
A Boolean value that indicates whether the tree controller requires the content array to attempt to maintain a selection at all times, avoiding an empty selection.
Declaration
var avoidsEmptySelection: Bool { get set }Discussion
When the value of this property is true, the tree controller maintains a selection unless there are no objects in the content. The default value is true. This property is observable using key-value observing.