Re: Determining width of a cell in an NSOutlineView
Re: Determining width of a cell in an NSOutlineView
- Subject: Re: Determining width of a cell in an NSOutlineView
- From: Eric Gorr <email@hidden>
- Date: Tue, 6 Jan 2009 11:55:42 -0500
On Jan 6, 2009, at 11:44 AM, Corbin Dunn wrote:
The latest problem I am having with this is that an NSOutlineView
will not fully draw itself properly if the height of a row changes
at the window it is on is being resized.
Override -drawRect: in a subclass of NSOutlineView and just call
[super drawRect:] -- live resize caching is conflicting with what you
want. Ideally, overriding -preservesContentDuringLiveResize should
work, but unfortunately it does not work in Tiger/Leopard.
Great. thank you.
I have filed a bug report for this one as well:
rdar://6475424
_______________________________________________
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