Force webbrowser control to scroll left/down

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sly9er
    New Member
    • Jun 2010
    • 9

    Force webbrowser control to scroll left/down

    Hello Techies,

    Here is an interesting conundrum...

    Normally I can get the webbrowser control in my vb.net application to scroll using the following code after the webpage loads into the webbrowser control:
    Code:
    WebBrowserPageView.Document.Window.ScrollTo(50, 50)
    But when the webpage uses the dom to update the page after the page loads, the scroll bars will scroll for half a moment to 50,50 but then snap back to 0,0. Very frustrating.

    Any ideas on how to overcome the snapback?
  • sly9er
    New Member
    • Jun 2010
    • 9

    #2
    No takers?

    Comment

    Working...