Autolayout: NSStackView won't resize parent view when height dynamically changed
问题 Similar question: How to resize a parent view based on the size of subviews layouted with Autolayout I got an NSStackView which loads DisclosureViewController s (NSViewController subclasses) just like in the Apple Example InfoBarStackView. Those can expand and retract views of arbitrary height. I would like the parent view containing the NSStackView to resize its height according to the contents of the NSStackView . In the Apple example that works. However, unfortunately, Apple is resizing a