string test ="0123456789 0123456789 0123456789 0123456789 01234567890";
TextBox.Text = test;
问题是字符串没有跳入新行,
|------------------------------|
| |
| |
|0123456789 0123456789 01234567|89 0123456789 01234567890
| |
| |
|<----------<------>---------->|
如何解决?
1)字符串从左上角开始。
2) 字符串不能越过盒子