Selecting Individual Cells in NSTableView
Selecting Individual Cells in NSTableView
- Subject: Selecting Individual Cells in NSTableView
- From: "Francisco J. Bido" <email@hidden>
- Date: Mon, 14 Jul 2003 19:31:20 -0500
Hi,
I need to select individual cells within NSTableView. If that goes
well, I would like to select a sequence of cells either in a row or in
a column. This would be no different then what you see in spreadsheet
applications and the way the cell cursor is implemented.
I've searched this mailing list and found some related pleas for help
but nothing that I can use. I do understand that using NSMatrix is an
alternative but given that I've put some effort to NSTableView, I would
like to see if I can do what I need without rewriting for NSMatrix.
Could any of you, point to a good example of this? Or provide some
discussion in evaluating the merits of NSMatrix or NSTableView for this
kind of functionality? My take on it is that NSTableView already
provides header and data cells so someone was thinking spreadsheet when
the control was designed.
Thanks!
-FB
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.