G
Guest
Hello, friends,
We have a Windows Form app using C#.net. In a fixed size window, we have a
Forms.TextBox control to allow users to type in info, up to 255 characters.
However, when typing letters reach the end of a line, there are a few
letters keep going in this line, thus are hidden, before finally it was
wrapped to next line. For instance, the last word in a line is wonderful, you
will only see "wo" at the end of this line and "ul" at the beginning of the
next line: "nderf" are hidden!!!!!
Any ideas?
We have a Windows Form app using C#.net. In a fixed size window, we have a
Forms.TextBox control to allow users to type in info, up to 255 characters.
However, when typing letters reach the end of a line, there are a few
letters keep going in this line, thus are hidden, before finally it was
wrapped to next line. For instance, the last word in a line is wonderful, you
will only see "wo" at the end of this line and "ul" at the beginning of the
next line: "nderf" are hidden!!!!!
Any ideas?