AR
Anupama Roy
Syncfusion Team
July 18, 2006 09:01 AM UTC
Hi Mark,
Inorder to change the height of multiColumnComboBox as you have mentioned,please try to set AutoSize property to false which will prevent the control from adjusting to the font change and set this.multiColumnComboBox1.TextBox.Height property to the height of other TextBoxes that you have in your form.
this.multiColumnComboBox1.TextBox.AutoSize = false;
this.multiColumnComboBox1.TextBox.Height = Desired Height;
Please follow this and let us know if you need furthur assistance.
Thank you for your continued interest in Syncfusion products.
Regards,
Anu.