WebBrowser Scroll Position
- From: "Thomas Weise" <thomas@xxxxxxxxxxxxxxxx>
- Date: Sat, 29 Dec 2007 00:01:12 +0100
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
.
- Prev by Date: My UserControls are crashing VS2005
- Next by Date: RE: MP3 component?
- Previous by thread: My UserControls are crashing VS2005
- Next by thread: RE: MP3 component?
- Index(es):
Relevant Pages
|