delegate
The delegate object for the stack view.
Declaration
weak var delegate: (any NSStackViewDelegate)? { get set }Discussion
The system calls a delegate method when resizing has caused a view to be detached from or reattached to the stack view. For more information, see NSStackViewDelegate.