-
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?
-
1 Attachment(s)
Is this what your after?
[IMG]Textbox[/IMG]
If so:
Multiline = TRUE
ReadOnly = TRUE
WordWrap = FALSE <-----
ScrollBars =HORIZONTAL <------
-
It allows me to scroll, but I can not see any scroll bars.