Problem in hiding scrollbar of webbrowser control
- by Royson
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.