Hi Stefan, Did you get this to actually work? I was trying to do the same thing, and though I am calling this API it doesn't prevent scrollbars from showing.
- a On Mon, Nov 3, 2008 at 5:31 PM, slandvogt <[EMAIL PROTECTED]> wrote: > > Actually I got it to work: Toplevel-Scroller dont show up anymore > after the following code: > > view = ::WebView::Create(this, WebPreferences()); > WebFrameImpl* frame = static_cast<WebFrameImpl*>(view- >>GetMainFrame()); > if (frame) { > frame->SetAllowsScrolling(false); > } > > All I have to do now is: Scroll the view myself with my scrollers. > > Thanks for the pointers, > Stefan > > PS: Yes: I have to depend on the actual implementation, but thats fine > for now: I guess at some point there will be some chromiums that can > be embedded very easily and is customizable in every aspect and all > this is not necessary anymore ;-) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to chromium-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---