cocoa - NSTableView - Disable Row Selection -


I have a NSTableView and I want to disable the row selection.

The columns in the table view are bound to a NSArrayController and the contents of the table are displayed in the table view.

How can I do this bindings

I think you will need to implement a TableViewDelegate and

  - (NSIndexSet *) TableView: (NSTableView *) Table View SelectionEditForprofoldSalection: (NSIndexSet *) Proposed Option Selection Exchange    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -