Re: NSOutlineView problem
Re: NSOutlineView problem
- Subject: Re: NSOutlineView problem
- From: Chris Hanson <email@hidden>
- Date: Thu, 5 May 2005 17:17:46 -0700
On May 5, 2005, at 2:01 PM, Darrin Cardani wrote:
What appears to be happening is that when the NSOutlineView is
created, the columns are properly sized so that both exactly fit
within the scroll view. As soon as the user twirls open the first
item, the left column gets wider to show the indented sub items.
It sounds like you don't have -autoresizesOutlineColumn set to NO. If
you set it to YES, the outline column won't expand when the user
"opens" an item, but the rest of the columns also won't shift and make
the overall view wider.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden