contentSize
A window resizability that’s derived from the window’s content.
Declaration
static var contentSize: WindowResizability { get set }Discussion
Windows that use this resizability have:
A minimum size that matches the minimum size of the window’s content.
A maximum size that matches the maximum size of the window’s content.