Re: Giving the Root Object of an Outline View a Different Background Color.

2009-08-08 Thread Brad Gibbs
Apple has a sample app called DragNDropOutlineView that's helpful when getting comfortable with outline views. Also, Jonathan Dann has two useful outline view sample apps -- one to show sorting with Core Data and another that animates the expansion of a root object to reveal its contents (

Re: Giving the Root Object of an Outline View a Different Background Color.

2009-08-08 Thread Quincey Morris
On Aug 8, 2009, at 08:30, Joshua Garnham wrote: I am looking for some code to make the root object's in an outline view have a different background color to the other rows. I am pretty sure I need to sub-class the outline view but I don't know what code to add to the sub-class to do what I wa

Giving the Root Object of an Outline View a Different Background Color.

2009-08-08 Thread Joshua Garnham
I am looking for some code to make the root object's in an outline view have a different background color to the other rows. I am pretty sure I need to sub-class the outline view but I don't know what code to add to the sub-class to do what I want it to do (which is what I described above). Coul