Link to home
Start Free TrialLog in
Avatar of jas123
jas123

asked on

Scroll Bars

I have created an application where I have inserted a web-browser component(IE) in the application window.The probelm is that I want to disable the scroll bars for the window.How do I do that?

Regards
Jasmina
ASKER CERTIFIED SOLUTION
Avatar of kakamna
kakamna

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ashwini
ashwini

ShowScrollBar enables/disables the scrollbars of the application window and not the IE browser.

How do I disable the scrollbars of the IE browser?


Even though the class is derived from CHTMLView class, still ShowScrollBar does not serve the purpose.

The scrollbars still appear in the IE browser.


ashwini