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

Setting Combo Height Property

2 Answers 67 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Shane
Top achievements
Rank 1
Shane asked on 20 Aug 2008, 10:29 PM
I have been using telerik's combobox in a silverlight beta 2 application since beta 2 was released (a couple weeks ago or so).  For some reason I cannot get the combobox height to change by setting the height property, it always stays at a fixed height no matter what the height value is set to, almost as if the height property isn't wired up for the combobox. 

Thanks

Shane Warren

2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 21 Aug 2008, 10:40 AM
Hi Shane,

The default style of RadComboBox specifies MinHeight=26. If you are trying to set Height lower than 26, you might also need to set the MinHeight property. For example:
<telerik:RadComboBox MinHeight="20" Height="20" />

If this is not the case, I will need more information about the page containing RadComboBox, or in the best case a simple project which demonstrates the problem.

I will try to avoid this peculiarity in the next official build of RadControls for Silverlight. I will be happy to get your feedback on that, or any other problem in the controls you have found. Your points have been updated.

Regards,
Valeri Hristov (Silverlight Team)
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Shane
Top achievements
Rank 1
answered on 21 Aug 2008, 02:18 PM
Thanks that worked, thanks for the quick response.  If we see anything else we will send it your way.

Shane Warren
Tags
ComboBox
Asked by
Shane
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Shane
Top achievements
Rank 1
Share this question
or