将文本框属性设置为多行
我正在用表达式混合练习一些问题。 我的问题是文本框属性。我希望它将字符串显示为多行文本, 但它水平向右移动,我应该将光标放在字符串上,然后向右移动 带文字。这很烦人。 有什么建议吗?
这是它的图片:
我提前致以最诚挚的问候和感谢。
I am exercising some problems in Expresion blend.
My problem is with textbox property.I want it to show strings as multiline text,
but it goes horizontally right and I should put cursor on string and go to right along
with text.This is very annoying.
Any suggestions?
Here a picture of it:
My best regards and thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来您需要使用 TextWrapping 属性:
It looks like you need to use the TextWrapping property: