Home All Groups Group Topic Archive Search About

web browser control auto scroll

Author
9 Jul 2006 7:55 PM
iwdu15
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
--
-iwdu15

Author
9 Jul 2006 10:55 PM
Tiago Salgado
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



--
Tiago Salgado
http://www.foruns.org
Author
10 Jul 2006 12:39 AM
iwdu15
they are enabled
--
-iwdu15
Author
10 Jul 2006 5:22 PM
Tiago Salgado
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



--
Tiago Salgado
http://www.foruns.org
Author
11 Jul 2006 2:36 AM
iwdu15
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