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?
Tim_Mac - 28 Dec 2005 23:02 GMT
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
--------------------------
blog: http://tim.mackey.ie