Multiline

I want the multiline textbox to be automatic in size when I enter a text.Screenshot (447).png


1 Reply

DR Deepak Ramakrishnan Syncfusion Team November 30, 2021 05:41 PM UTC

Hi Belle, 
 
Greetings from Syncfusion support. 
 
We have validated your requirement in our end. We suggest you to use ‘Rows’  property , which will expand the textarea on initial rendering as per the value provided to the respective property. Also the component has built in virtual scroll feature if the typed content exceeds the row value provided. Kindly refer the sample and code for your reference. 
 
<SfTextBox Multiline="true"  Rows="5"></SfTextBox> 
 
 
 
Thanks, 
Deepak R. 


Loader.
Up arrow icon