Table with NSTextView in each cells
Table with NSTextView in each cells
- Subject: Table with NSTextView in each cells
- From: Peter Horn <email@hidden>
- Date: Tue, 18 Dec 2001 17:53:05 +0100
Hi there!
I didn't find this on the archive, therfore I dare to ask.
What I want to do is to implement some kind of table, where inside each
cell there should be a NSTextVie. e.g.:
Hello | There
-------+----------
This | Is just
| a stupid
| example
-------+----------
and so | on...
The most important thing is that the cells need to have different sizes
that may dynamically grow when you enter more text.
Ideas?
Thanks,
Peter