nstableviewcell - Multiple Lines in NSTextFieldCell -


How can I have multiple rows in my NSTableView in NSTextFieldCell? This means that there are several lines of data:

Ex

Stack overflow turns into www.stackoverflow.com

:

  Stack Overflow www.stackoverflow.com  

The part of the solution involves telling the cell that the text can be wrapped, and tell the table that the row height is different. Receiving details is a difficult problem, or at least it was written in 2005 when it was written.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -