How to select one NSCell in an NSTableView?
Posted
by Paperflyer
on Stack Overflow
See other posts from Stack Overflow
or by Paperflyer
Published on 2010-05-04T20:02:40Z
Indexed on
2010/05/04
20:08 UTC
Read the original article
Hit count: 342
I have a small NSTableView
with a checkbox. Whenever the checkbox is not checked, I want one of the adjacent NSCell
s to be grayed out and inaccessible.
However, I can't figure out how to address only one specific cell. -dataCellForRow
of NSTableColumn
always changes the template cell for the whole table column.
How can I access one single cell?
© Stack Overflow or respective owner