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 (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to