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: Jens Alfke <email@hidden>
- Date: Wed, 25 Nov 2009 08:20:18 -0800
On Nov 25, 2009, at 5:49 AM, Mario Kušnjer wrote:
> How to hide the disclosure triangle in front of the Root object and remove indentation for it, and just that object (and later if there is more Root objects for them too) ?
I think what you're looking for is the delegate method
- (BOOL)outlineView:(NSOutlineView *)outlineView isGroupItem:(id)item;
—Jens_______________________________________________
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