Forms.TextBox hides letters?!

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
hi Andrew,
that sounds pretty weird. is WordWrap turned on?
can you do up a minimal form which shows this behaviour and post the code?
does this behaviour only happen when you are at the end of the max character
limit in the textbox?

tim
 
Back
Top