Saturday, 10 August 2013

VB.net Web Browser scrollbar limitations

VB.net Web Browser scrollbar limitations

I want to set scrollbar limitations in my Web Browser. Both vertical and
horizontal scrollbars.
My starting code would be:
WebBrowser1.Document.Window.ScrollTo(210, 260)
I want to restrict my horizontal scroll bar to be unmovable it should stay
at 210 location, and my vertical scroll bar should be able to move from
260 - 400 only.
Is this possible? Thanks in advance.

No comments:

Post a Comment