Problem in hiding scrollbar of webbrowser control
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-05-12T10:07:33Z
Indexed on
2010/05/12
10:14 UTC
Read the original article
Hit count: 267
I have web browser control in panel and panel is placed in table layout. i have tried to hide scroll bar by
webBrowser.ScrollBarsEnabled = false;
but still there is scrollbar are visible.
I want to hide it irrespective of page width. User should see page area which are best fitted on panel.
How to do this.
© Stack Overflow or respective owner