I know this piece of code here
WebBrowser1.Document.body.Scroll = "no"
will remove both scrollbars from the webbrowser but what if I wanted to remove just the horizontal or vertical scrollbars not both.
Can that be done.
Printable View
I know this piece of code here
WebBrowser1.Document.body.Scroll = "no"
will remove both scrollbars from the webbrowser but what if I wanted to remove just the horizontal or vertical scrollbars not both.
Can that be done.