On Sun, Jul 17, 2011 at 11:09 AM, biswa <[email protected]> wrote: > As you have said while using C API, WKView doesnt implement GtkScrollable and > the view will use WebKit internal scrollbars instead of the GTK ones. > My doubt was if we can some how prevent the view from using WebKit internal > scrollbars.
I believe it's actually pretty tricky to disable scrollbars in a WebView completely. Some pages (like gmail.com) use internal frames that take up the entire size of the main frame, hindering any effort to disable scrollbars. Out of curiosity, what's your usecase? It's always easier to disable scrollbars on the page itself. --Martin _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
