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

How to change RadTextBox Height

1 Answer 273 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Amanda
Top achievements
Rank 2
Amanda asked on 11 Dec 2006, 04:12 PM
I have a rad text box on my form and by default it comes in with a height of 15.  When I change it to something else it changes back to 15 once I click out of the height property box. Is there a setting i am missing somewhere?

1 Answer, 1 is accepted

Sort by
0
Chris
Telerik team
answered on 11 Dec 2006, 04:41 PM
Hi Mark,
The are two ways to change the height of a textbox control:
1) You can change the font size. When the font is larger the textbox will be stretched vertically in order to show the entire text.
2) You can set the "Multiline" property of the textbox control to "true". This way you'll be able to freely resize the textbox control.

Best wishes,
Chris
the telerik team
Tags
TextBox
Asked by
Amanda
Top achievements
Rank 2
Answers by
Chris
Telerik team
Share this question
or