NSTableView and NSTextView
NSTableView and NSTextView
- Subject: NSTableView and NSTextView
- From: Drew McCormack <email@hidden>
- Date: Wed, 17 Oct 2001 20:47:32 -0700
I want to have an NSTableView such that a cell can be edited, and when
the return/enter is hit, the row grows and the cell doesn't stop
editing. In other words, I would like NSTextView like behavior in an
NSTableView. Only problem is, there is no NSTextViewCell. What is the
best way to go about this?
Drew McCormack