Re: NSOutlineView style issue.

2010-03-05 Thread Martin Hewitson
Hi Billy, If you are referring to the (grey) group style, then you can override the method - (BOOL)outlineView:(NSOutlineView *)outlineView isGroupItem:(id)item in your delegate and return NO. Cheers, Martin On Mar 5, 2010, at 1:33 PM, Billy Flatman wrote: > Hi All, > > I need to remove the

NSOutlineView style issue.

2010-03-05 Thread Billy Flatman
Hi All, I need to remove the style effect on the parent nodes of the NSOutlineView, as show on the link below. http://www.flickr.com/photos/47616...@n08/4408708386 I don't seem to be able to find any options in interface designer. Any help greatly appreciated. Billy Flatman b.flat...@googlema