web browser control auto scroll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • iwdu15

    #1

    web browser control auto scroll

    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
  • Tiago Salgado

    #2
    Re: web browser control auto scroll

    Try to set the ScrollBarsEnabl e to True.

    On Sun, 09 Jul 2006 20:55:02 +0100, iwdu15 <jmmgoalsteraty ahoodotcom>
    wrote:
    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

    Comment

    • iwdu15

      #3
      Re: web browser control auto scroll

      they are enabled
      --
      -iwdu15

      Comment

      • Tiago Salgado

        #4
        Re: web browser control auto scroll

        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 <jmmgoalsteraty ahoodotcom>
        wrote:
        they are enabled


        --
        Tiago Salgado

        Comment

        • iwdu15

          #5
          Re: web browser control auto scroll

          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

          Comment

          Working...