简体   繁体   中英

How to style textbox with silverlight

I need 3 textboxes under each other. I want it to looks like a big display. So dont want to seen the separation lines between each textbox. Somebody told me to use Silverlight style for that. Bud i have no idea how to change it in Visual studio 2010. Can somebody help me?

You don't need to use Silverlight at all.

If you have 3 textboxes right below each other. Set their BorderStyle to none. Maybe wrap them in a Panel and make the panel BorderStyle to Fixed3D, you can make it look like one big area when in fact it is 3 textboxes.

我已经在原始问题中回答了这个问题- 如何在文本框中使用多行

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM