contentMinSize
The minimum size of the window’s content view in the window’s base coordinate system.
Declaration
var contentMinSize: NSSize { get set }Discussion
The minimum size constraint is enforced for resizing by the user as well as for the setContentSize(_:) method and the setFrame... methods other than setFrame(_:display:) and setFrame(_:display:animate:). This method takes precedence over the minSize property.