Re: Disabling column selection NSTableView
Re: Disabling column selection NSTableView
- Subject: Re: Disabling column selection NSTableView
- From: Corbin Dunn <email@hidden>
- Date: Wed, 02 Jul 2008 11:20:14 -0700
I've disabled column sorting. When I click on the header it seems to
select the entire row.
You mean, 'column', not row, right?
try setAllowsColumnSelection:NO
..corbin
I want to disable this functionality, partly because it is
meaningless for my app, and partly because I would like to make
doubleclick action on the header do something to the selected row,
and since single click on the header unselects the selected row,
that isn't working. How do I disable single click on the header
selecting the entire row?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden