NSTableView header and NSToolbar
NSTableView header and NSToolbar
- Subject: NSTableView header and NSToolbar
- From: Alexander Cohen <email@hidden>
- Date: Thu, 21 Dec 2006 12:04:01 -0500
I have an NSTableView that has normal column headers in a NSSPlitVIew
in an NSWindow. That NSWindow has a toolbar. The NSToolbar shows the
baseline separator. This creates a sort of double line that is not
very nice to the eye. So i resort to removing the baseline separator
from the NSToolbar. This looks much better. But when the toolbar is
not showing, I once again have a double line under the window's title
bar because of the top of the tables headers and the bottom of the
windows title bar. So resort to showing the baseline in the toolbar
and moving the views inside my split view so that the top of the view
is inset by 1. This makes everything look good in all conditions. Im
am happy. But now i notice that when i scroll the table view, once in
a while the complete contents become blurred. As sson as i resize the
window, all is ok again. Has anyone seen this? How do i work with an
NSTableView that is set up against the top of the window without
having double lines?
thanks
Alex
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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