Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Multiline TextBox control (TextArea) in Silverlight 2.0
7 replies. Latest Post by lijoputhuval on May 29, 2009.
(1)
microsof...
Contributor
2864 points
561 Posts
04-22-2008 2:34 AM |
Hi,
I am using Silverlight 2.0 & noticed that, there are no Multiline TextBox (i.e. textarea) control in it.I also noticed that, there are no support for ScrollBar in TextBox.So, is there any way to create a multiline textbox in silverlight 2.0?
Thanks for your response in advance.
Regards,
- K
swildermuth
Star
8320 points
1,546 Posts
04-24-2008 4:05 AM |
Its been mentioned as something that *might* ship in Beta 2, but they haven't confirmed it for this release.
lijoputh...
Member
108 points
51 Posts
12-18-2008 4:23 AM |
can any one tell me how to use textArea in silverlight 2.0.as there is no control
TextMode
in Asp.net
thanks for ur response in advance
12-18-2008 4:36 AM |
i got it
we have to set the TextWrapping="Wrap" property also set
HorizontalScrollBarVisibility="Visible"
note: u have to set height also
timo77
2 points
1 Posts
12-20-2008 12:40 PM |
I added also the prop AcceptsReturn="True"
Bye
12-22-2008 8:34 AM |
ya thats good point timo77
addanki
14 points
45 Posts
05-04-2009 10:04 AM |
Hi, I am able to mutliple lines. But, scroll bars are not coming (End user need to scroll with the help of up&down arrows), after keeping vertical and horizontal scroll bars as visible or auto.
Do any one suggest me how to get scroll bars, my code is as below
Thanks
Ashok
05-29-2009 7:10 AM |
Try Like This
<
you Just Remove ScrollViewer. and Just Give HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible"
i think this will helps you .its working for me.
Please Mark As Answer if This Post Helps You