How to disable a row in an Outline View?

Hi,

I like to be able to disable a row within an outline view.

something like
set enabled of selectedDataRows to false won’t work.

So how do you do this?

Cheers!

Jasper

Check out the outline view handlers…

  • should select item
  • should select column
  • should select row

Simply return a true or false value for whether to allow selection. See the documentation for more info and examples.

I don’t have any of these options in InterFace Builder 3.0

Example code is really appreciated!

Cheers in advance.