Results 1 to 3 of 3

Thread: Text Box Question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    17

    Text Box Question

    I have a text box that I have set the following property values:

    Multiline = TRUE
    ReadOnly = TRUE
    WordWrap = TRUE
    ScrollBars = VERTICAL

    I would like to display a value in this text box that is longer than the screen can view, but can be viewed by using the scroll bars. Problem is, it writes it all in one long screen that I can view horizontally, but not vertically and no scroll bars appear. I have to use my arrow keys to move through the text. Does this sound strange to anyone else?

  2. #2
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    Is this what your after?

    [IMG]Textbox[/IMG]

    If so:


    Multiline = TRUE
    ReadOnly = TRUE
    WordWrap = FALSE <-----
    ScrollBars =HORIZONTAL <------
    Attached Images Attached Images  

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    17
    It allows me to scroll, but I can not see any scroll bars.

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