1
votes

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.

1
@renfei Yes, I'll try and read over it again but I didn't understand it :/ I'm really new to OSX developmentJoe Simpson

1 Answers

1
votes

First select NSTableView and then Size Inspector and set row height: enter image description here

and then select table cell view's which you want change: enter image description here

And if you want then you can move or resize your table view cell if you want.