Hi Brook,
Thank you for writing.
I was able to reproduce this behavior. It is occurs when the selection of the text box is at the end of the control and the the form is expanded. This causes the control size to expand but the editing area remains the same. The same behavior can be observed with the standard Microsoft text box control.
However, in order to overcome this behavior, please subscribe to the
SizeChanged event of your form and when such appears, change the
SelectionStart property to
0 and then back to its previous value:
Let me know whether this helps.
All the best,
Stefan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>