Re: Source list group item indentation
Re: Source list group item indentation
- Subject: Re: Source list group item indentation
- From: Jonathan Dann <email@hidden>
- Date: Fri, 11 Jan 2008 15:12:18 +0000
You need to subclass NSOutlineView and override
-frameOfOutlineCellAtRow:
returning NSZeroRect on a condition that makes a group a group in your
app or returning [super frameOfOutlineCellAtRow:row] if not a group.
Mine gets the represented object of the item and checks the node's name.
Jonathan Dann
_______________________________________________
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