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: Corbin Dunn <email@hidden>
- Date: Tue, 06 Jan 2009 08:44:49 -0800
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.
corbin
_______________________________________________
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