Setting the height of TextBoxExt

Hi -
is there any way to set the height of the TextBoxExt control from it's standard 20 to 21 (so it matches the comboboxes).
Thanks,
Julie

1 Reply

MU Murugan Syncfusion Team April 23, 2007 07:23 PM UTC

Hi Julie,

Could you please set MultiLine property of the TextBoxExt control to true? I hope this will help.

this.textBoxExt1.Multiline = true;
this.textBoxExt1.Size = new System.Drawing.Size(136, 32);

Please let me know if you have any queries.

Thanks for using Syncfusion products.

Regards,
Murugan P.S

Loader.
Up arrow icon