Disabling Scrollbars in WebKit
Posted
by Aram Havarneanu
on Stack Overflow
See other posts from Stack Overflow
or by Aram Havarneanu
Published on 2010-05-31T14:15:27Z
Indexed on
2010/05/31
15:12 UTC
Read the original article
Hit count: 339
Hello,
I'm embedding WebKit in a Windows C++ Application. I'm using the Cairo port. It works fine.
I'd like to disable the scrollbars that appear when there's more data that the client area can display. Like the iPhone, the iPhone does not have scrollbars, scrolling is implemented differently.
How can I disable the scrollbars programatically, in C++ (no Javascript hacks)?
Thanks,
© Stack Overflow or respective owner