Results 1 to 2 of 2

Thread: getting a textbox to automatically scroll to the bottom when text is added

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    121

    getting a textbox to automatically scroll to the bottom when text is added

    hi. a sentance is entered into my textbox when each checkbox is checked. Unfortunately, when the text reaches past the view of the textbox, the view doesn't change with it (you have to manually scroll down). is there a way i can make the textbox scroll down automatically each time there's a new line?


    Thanks, Brad

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    121

    answered

    well, i figured it out. it's
    Code:
    Texbox1.AppendText("Text")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width