Skip navigation.
 
mlRe: Disabling column selection NSTableView
FROM : Corbin Dunn
DATE : Wed Jul 02 20:20:14 2008

> 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?

Related mailsAuthorDate
mlDisabling column selection NSTableView Chris Jul 2, 09:45
mlRe: Disabling column selection NSTableView Corbin Dunn Jul 2, 20:20