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?
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 mails | Author | Date |
|---|---|---|
| Chris | Jul 2, 09:45 | |
| Corbin Dunn | Jul 2, 20:20 |






Cocoa mail archive

