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
Post a Comment