I'm beginning to try and build an OSX app.
I'm using NSTableView with it set as view-based, however I want the rows to wrap properly (so all of the text in each is shown at once) however I can't seem to find out how do to this.
Using the rowHeight
delegate method seems to point to cell-based NSTableViews so I don't know if I'm doing that right or not.