|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
web browser control auto scrollhi, i have a web browser control on my win form, and every so often i add
text to it. when the text goes beyond the last line, the control doesnt auto scroll to show it and there is no property governing this. i have to use a webbrowser control so how can i get this to occur? thanks -- -iwdu15 Try to set the ScrollBarsEnable to True.
On Sun, 09 Jul 2006 20:55:02 +0100, iwdu15 <jmmgoalsteratyahoodotcom> wrote: Show quoteHide quote > hi, i have a web browser control on my win form, and every so often i add > text to it. when the text goes beyond the last line, the control doesnt > auto > scroll to show it and there is no property governing this. i have to use > a > webbrowser control so how can i get this to occur? thanks Hum... maybe there's some problem with your control ... do u test creating
a new project and add to a new form the webbrowser component and watch if scroolbars are enabled ? If you don't, try that. If the problem continues, try to repair your VS installation. On Mon, 10 Jul 2006 01:39:01 +0100, iwdu15 <jmmgoalsteratyahoodotcom> wrote: > they are enabled lol its not that the scroll bars arent there, they work fine. its that i want
them to autoscroll to the bottom of the document when i change the document text. i am creating an AIM program, so when i receive an IM, i add it to the document text. i need to be able to have the web browser automatically scroll to the bottom so the user can see it hope that makes more sense -- -iwdu15 |
|||||||||||||||||||||||