I am using an NSTableView with the .inset style on macOS Big Sur. The table view is working well and has appropriate left and right margins.
However, it seems like the table view has zero top margins, which means that its top sits flush with the enclosing scroll view's top. That results in an "asymmetrical" appearance compared to the larger horizontal margin.
Is there a way to increase the table view's vertical insets? It appears that setting the contentInsets of the enclosing scroll view to e.g. {20, 0, 0, 0} has no effect.
Edit: See imgur.com/a/rMPttaX for a screenshot demonstrating the different margins (the "Filters" header is part of the table view and should have more vertical space above it).
However, it seems like the table view has zero top margins, which means that its top sits flush with the enclosing scroll view's top. That results in an "asymmetrical" appearance compared to the larger horizontal margin.
Is there a way to increase the table view's vertical insets? It appears that setting the contentInsets of the enclosing scroll view to e.g. {20, 0, 0, 0} has no effect.
Edit: See imgur.com/a/rMPttaX for a screenshot demonstrating the different margins (the "Filters" header is part of the table view and should have more vertical space above it).