WebBrowser control scrolling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi, is there any way to scroll the web browser to the bottom of the document?
thanks
 
I had the same problem but I did not find a way to do it.

Aristotelis
 
DOM methos is scrollBy, however VB.NET doesn't support.
Try WebBrowser1.Document.Window.scrollBy(0,50)

I think it scrolls main frame...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top