Re: need to not shift row in outline view
Re: need to not shift row in outline view
- Subject: Re: need to not shift row in outline view
- From: Mitchell Livingston <email@hidden>
- Date: Mon, 04 Feb 2008 08:17:47 -0800
On Monday, February 04, 2008, at 10:56AM, "I. Savant" <email@hidden> wrote:
>> I am using an NSOutlineView and don't want the content shifted for the
>> second (and last) level (I am trying to emulate iChat's group
>> interface). Is there a function to call or override so that drawing
>> occurs in the whole area of the cell? setIndentationPerLevel: gets the
>> desired behavior for the last level, but then the top is shifted too
>> much to the left. Any ideas?
>
> Take a look at NSOutlineView's delegate methods ...
>-outlineView:isGroupItem: lets you designate an item as ... well ... a
>group. I'm not sure what you mean by "second (and last) level" and I
>don't use iChat, so ou may have to be more specific there.
>
>--
>I.S.
>
>
I am already using group rows. What I mean is I have two levels, for a single folder and its contents. No nested folders, etc. What I want is to have the "content rows" take up the whole row of the table. I hope that makes more sense.
_______________________________________________
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