NSTableView live resize problem
NSTableView live resize problem
- Subject: NSTableView live resize problem
- From: Stefan Fisk <email@hidden>
- Date: Tue, 11 Oct 2005 10:31:34 +0200
Hi all!
In a drawer I have table view, occupied by text cells with their
lineBreakMode set to NSLineBreakByTruncatingMiddle.
The only problem is that during live resizing the table view gets a
bit messed up, since it preserves most of its content until the
resize is finished. If you resize the parent window so that the
drawer becomes taller you can see that it's redrawing its contents
under the cached rect, but it doesn't update its whole frame until
you let go of the windows resize handle.
I've tried [[tableView window]
setPreservesContentDuringLiveResize:NO], but it doesn't change anything.
Am I just missing something vital, or is this a bug in the appkit?
Best Regards
Stefan Fisk
_______________________________________________
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