i am using ChtmlView in a dialog to render some Html Content.
That's coming fine.
Now i have two tasks -
1. I need to hide existing scrollbars.
2. Use my set of scrollbars to scroll through the page.
i already have the scrollbar logic, only thing i need is the way to
get the total height of the contents, and to scroll.
Also, how to handle the multiple frames case, which might have
multiple scrollbars.