Arrow keys with NSTableView

Posted by dreamlax on Stack Overflow See other posts from Stack Overflow or by dreamlax
Published on 2009-03-04T22:43:30Z Indexed on 2010/05/15 20:24 UTC
Read the original article Hit count: 317

Filed under:
|
|

Is it possible to navigate an NSTableView's editable cell around the NSTableView using arrow keys and enter/tab? For example, I want to make it feel more like a spreadsheet.

The users of this application are expected to edit quite a lot of cells (but not all of them), and I think it would be easier to do so if they didn't have to double-click on each cell.

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about osx