1

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.

Joe Simpson
  • 2,546
  • 4
  • 30
  • 46
  • Have you read this post? http://stackoverflow.com/questions/7504546/view-based-nstableview-with-rows-that-have-dynamic-heights – Renfei Song May 16 '15 at 12:32
  • @renfei Yes, I'll try and read over it again but I didn't understand it :/ I'm really new to OSX development – Joe Simpson May 16 '15 at 12:48

1 Answers1

1

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.

Prontto
  • 1,671
  • 11
  • 21