How do i stop a textbox wrapping a word that is too big to display in its entirety at the end of a line?
I just want it to display as many characters as it can.
Thanks
Printable View
How do i stop a textbox wrapping a word that is too big to display in its entirety at the end of a line?
I just want it to display as many characters as it can.
Thanks
Set the multiline property to false.
Cheers Seoptimizer but it already is false!!
Set the maxlength property to a value other than 0.