开发者

Set Text Box property to MultiLine

开发者 https://www.devze.com 2023-01-26 22:05 出处:网络
I am exercising some problems in 开发者_JS百科Expresion blend. My problem is with textbox property.I want it to show strings as multiline text,

I am exercising some problems in 开发者_JS百科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:

Set Text Box property to MultiLine

My best regards and thanks in advance.


It looks like you need to use the TextWrapping property:

<TextBox TextWrapping="Wrap" />
0

精彩评论

暂无评论...
验证码 换一张
取 消