Problem:
In macOS High Sierra, the height of the header cell of NSTableView instances has changed (it's higher).
It's a problem if you have a NSTableView instance with a fixed and predefined number of rows and you have set the height of the table view in the xib/nib to be the exact one required to display all the rows and the headers.
Because in High Sierra, the table view is now truncated vertically and a vertical scroller is accordingly displayed.
Question:
Is this change a bug or a regression we will have to deal with?
Bug already reported: Problem ID# 33246978