windows - C# not drop a line in text box when the text is longer than the box width -


i writing app in c# windows form (.net 3.5), using text box , want know if there way when user inserts text text box , text longer box width, not drop line, continue in same line.

thanks

set text box property wordwrap false.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -