NSTableView.RowSizeStyle.custom
The table will use the Rowheight or invoke the delegate method Tableview(_:heightofrow:), if implemented. The cell layout is not changed.
Declaration
case customThe table will use the Rowheight or invoke the delegate method Tableview(_:heightofrow:), if implemented. The cell layout is not changed.
case custom