A question on NSTableView, NSOutlineView, NSScrollSomethingView
A question on NSTableView, NSOutlineView, NSScrollSomethingView
- Subject: A question on NSTableView, NSOutlineView, NSScrollSomethingView
- From: email@hidden
- Date: Tue, 23 Apr 2002 18:18:39 +0200
When you click in the Scrollbar of a NSScrollSoemthingView, what is the
pageup or pagedown value that is sent to the NSTableView or
NSOutlineView?
What I'm currently seeing is that this value is wrong every time.
Let's say I have a NSTableView sized in order to display an integer
number of lines. If I click in the ScrollBar to perofrm a page down, the
NSTableView content is scrolled but the first and last displayed lines
are not correctly aligned.
So is this a bug in Cocoa or it's possible to get the appropriate scroll
value with some black magic?
This problem can be reproduced in Mail.app for instance.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.