This is a migrated thread and some comments may be shown as answers.

Multi Line Text Box (Text Area) Where or How??

2 Answers 519 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ahmed
Top achievements
Rank 1
Ahmed asked on 01 Dec 2010, 12:53 PM
I want Something Like Multi Line Text Box (Text Area) I didn't Find it in Telerik Controls and I don't want to Use Rich Text Box i want Something More Simple so Could You Tell Me How Can I Handle it or Give Me A sample

2 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 01 Dec 2010, 12:55 PM
Hello Ahmed,

 You can use the System.Windows.Controls.TextBox class and set its properties like so:
<TextBox Height="66" Name="textBox1" AcceptsReturn="True" TextWrapping="Wrap" VerticalScrollBarVisibility="Visible"/>


All the best,
Yavor Georgiev
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Ahmed
Top achievements
Rank 1
answered on 02 Dec 2010, 08:06 AM
No I talk About Something in Telerik Controls not Silverlight Controls
Tags
General Discussions
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Ahmed
Top achievements
Rank 1
Share this question
or