Re: selecting a single cell in NSTableView?
Re: selecting a single cell in NSTableView?
- Subject: Re: selecting a single cell in NSTableView?
- From: Daniel Todd Currie <email@hidden>
- Date: Wed, 28 Jan 2004 16:50:04 -0800
NSTableView won't do that... It might be doable with a custom subclass
of NSTableView, but I would expect that to get rather messy. Best of
luck.
// Daniel Currie
On 2004 Jan 28, at 14:08, Steve Christensen wrote:
I'm trying to implement a multi-row, multi-column table where I can
select a single cell in a row instead of the entire row. NSTableView
seems to be very row-oriented in that clicking on one cell selects the
entire row. Is NSTableView the way to do this, or is there a better
table type class that already does what I want to do? If NSTableView
will do it, what do I need to do to get this behavior?
Thanks,
steve
_______________________________________________
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.
_______________________________________________
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.