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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to