Visual Studio 文本框换行功能
当我在文本框中写入文本而不是继续输入一行时,如何使文本自动换行到下一行?
How can I make my text wrap automatically to the next line when I am writing text in a textbox rather than keeps on typing in one line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在属性设置中使文本框成为多行。
Make your text box multi-line in the property settings.
我已经这样做了,但是尽管文本框变大,但打字仍然保持直线!
I've done that but although the textbox grows the typing keeps going in a straight line!