HighTechTalks DotNet Forums  

WebBrowser Scroll Position

Dotnet Framework (WinForms Controls) microsoft.public.dotnet.framework.windowsforms.controls


Discuss WebBrowser Scroll Position in the Dotnet Framework (WinForms Controls) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Thomas Weise
 
Posts: n/a

Default WebBrowser Scroll Position - 12-28-2007 , 06:01 PM






I'm using a WebBrowser in my app, and the content needs to be updated
frequently (the content is generated by my app).
I do not want to lose the scroll position after each update since this is
annoying for the user.
Therefore I'm looking for a way to determine the current scroll position
before updating, since I can easily move the WebBrowser to the desired
scroll position after the update by calling
WebBrowser.Document.Window.ScrollTo(0, iOldValue).

Any help is greatly appreciated,
Thomas



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.