NSOutlineView Bug - help
NSOutlineView Bug - help
- Subject: NSOutlineView Bug - help
- From: Steve Gehrman <email@hidden>
- Date: Thu, 18 Oct 2001 05:32:16 -0700
NSOutlineView has a bug when it draws it's NSTableHeaderView while
scrolling.
This problem only happens when you have an NSOutlineView contained in an
NSScrollView and have those views contained in another NSScrollView.
(I've written an NSBrowser using NSOutlineViews) The NSOutlineView is
trying to draw it's NSTableHeader views relative to the outermost
NSScrollView and not the NSScrollView that contains it's NSOutineView.
The NSTableHeaderView draws correctly when you refresh the window, the
problem is only when scrolling. It's obvious by the position it draws
it's headerviews that it's trying to line up with the outermost
NSScrollView.
Has anyone else seen this? And is there anyway of getting around this.
I'm in a real rush to ship a product, so any help would be appreciated.
-steve