web browser control auto scroll

G

Guest

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
 
T

Tiago Salgado

Try to set the ScrollBarsEnable to True.

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
 
T

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top