Hello Kerstin,
Thank you for writing.
The
RadComboBox has almost the same layout behavior as the standard MS combobox. By default, the height of the
RadComboBox cannot be changed. Instead, it is tied to the font size so when it changes the height changes accordingly. However, you can use its
Padding property to set a different height.
On the other hand, if the
Multiline property of the
RadComboBox is set to
true, you can change its height either at design-time or at runtime (through the code).
Please don't hesitate to write us if you have any additional questions.
Greetings,
Georgi
the Telerik team