Re: Scrolling problem...
Re: Scrolling problem...
- Subject: Re: Scrolling problem...
- From: Brian Webster <email@hidden>
- Date: Fri, 24 Jan 2003 09:30:21 -0600
On Friday, January 24, 2003, at 12:01 AM,
email@hidden wrote:
BOOL didScroll = [scrollView scrollRectToVisible:NSMakeRect(0,
([contentView frame].size.height - 5), 5, 5)];
You should be calling scrollRectToVisible on the document view instead
of the scroll view.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
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.