Disabling Scrollbars in WebKit
- by Aram Havarneanu
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,