How to auto-expand height of NSTextView in SwiftUI?
问题 How do I properly implement NSView constraints on the NSTextView below so it interacts with SwiftUI .frame()? Goal An NSTextView that, upon new lines, expands its frame vertically to force a SwiftUI parent view to render again (i.e., expand a background panel that's under the text + push down other content in VStack). The parent view is already wrapped in a ScrollView. Since the SwiftUI TextEditor is ugly and under-featured, I'm guessing several others new to MacOS will wonder how to do the