VB 2005. I need to display a multiline text box that does not word wrap. I have the following attributes set on the TextBox:
MaxLength = 0
Multiline = True
WordWrap = False
It all works fine except for long lines - the control seems to auto wrap the text after 1024 characters. Is this a bug? Is there a way around this or another control that I could use to accomplish this? Thanks to anyone who can offer suggestions...