Re: scrolling content view resizes visibly but bounds and frame don't change
Re: scrolling content view resizes visibly but bounds and frame don't change
- Subject: Re: scrolling content view resizes visibly but bounds and frame don't change
- From: Quincey Morris <email@hidden>
- Date: Thu, 9 Sep 2010 01:24:41 -0700
On Sep 9, 2010, at 00:20, Christopher Corbell wrote:
> This one is really bugging me. I have a WebView in a scrolling view and
> content gets appended to it periodically (new tables appended; the entire
> content of the WebView is reset each time via loadHTMLString on the
> mainFrame).
You don't want to put the WebView inside a scroll view because it handles its own scrolling. Take a look at:
http://www.cocoadev.com/index.pl?HowDoIScrollAWebView
(which was the first hit I got googling "webview scrollview"). I think it has the solution to your problem. (But read all the way to the end. The first couple of suggestions seem to be flubs.)
_______________________________________________
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