canCollapseFromWindowResize
A Boolean value that determines whether a window resize can collapse the child view controller that corresponds to the split view item.
Declaration
var canCollapseFromWindowResize: Bool { get set }Discussion
This can differ from canCollapse to allow divider collapsing but not windows resize collapsing, or vice versa.
The default value of this property is true for Sidebars and false for Inspectors.