NSScrollView: General Question When does scrollRectToVisible does not scroll?
NSScrollView: General Question When does scrollRectToVisible does not scroll?
- Subject: NSScrollView: General Question When does scrollRectToVisible does not scroll?
- From: Georg Filios <email@hidden>
- Date: Sun, 24 Jun 2007 13:48:48 +0200
Hi,
I do have a more general question!
I have a NSView embedded in an ScrollView, where I do some
programmatically scrolling!
Sometimes, the scrolling doesn't work, and I dont understand why?
The documentation just states, the method return NO if no scrolling
was done.
Does anyone has more detailed information, on what could cause
scrolling to fail!
Basically I am doing the following
IBOutlet NSScrollView * scrollView;
(void) doScrolling
{
BOOL success =[[scrollView contentView] scrollRectToVisible;
// ==> success = NO (in certain cases)
}
Thanks and regards
Georg Filios
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden