How to make the WebBrowserto scroll up when new content is appended to the bottom of the page.
Posted
by Java Doe
on Stack Overflow
See other posts from Stack Overflow
or by Java Doe
Published on 2010-05-13T20:19:06Z
Indexed on
2010/05/13
20:24 UTC
Read the original article
Hit count: 185
In order to achieve this effect, I would like to know how I can make the WebBrowser to scroll up when new content is added to the HTML page?
"Allow more entries to be displayed in the view: When the user clicks more, additional entries should be displayed in addition to the ones which are already displayed. The code should cause the UI to scroll such that the first entry of the "more" set is on top".
I am using com.ibm.rcp.browser.service.WebBrowser which is similar to SWT WebBrowser.
© Stack Overflow or respective owner