I have an NSStackView which holds multiple NSTextFields. I put StackView distribution to
- Fill Equally
But when one of the textFields has content higher than actual width. It goes wrong:
The stackView works perfectly when the content size is less than it's width.
Tried many ways to achieve by changing Content Hugging Priority of each textfield, also tried with hugging priority of stackView. But didn't work though. Is there any other way to achieve it?