How do I automatically resize NSTableColumn?
I have a 3 column table (NSTableColumn) with XCode IB.
The last column is "Amount" and the column before "Description". When I resize the window, the table will also resize, but the "Sum" is the column that gets wider.
How do I set the width of the Amount column and resize the Description column instead?
+2
source to share