Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
- Subject: Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
- From: Matthew Lindfield Seager <email@hidden>
- Date: Thu, 26 Nov 2009 06:35:06 +1100
On Thursday, November 26, 2009, Mario Kušnjer <email@hidden> wrote:
> Is that delegate method in Snow Leopard ?
> Because I don't see it in Leopard !
>
> - (BOOL)outlineView:(NSOutlineView *)outlineView shouldShowOutlineCellForItem:(id)item;
I wanted to do something similar recently on Leopard. I ended up with
a one method sub-class & everything else went in the delegate.
Occassionally I had some strange indenting behavior on selection
change (the whole view "scrolled" right slightly) but I never got
around to isolating the cause of it.
Matt
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden