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

background

1 Answer 30 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 15 Feb 2012, 12:26 AM
how to make background of combo box transparent and decide the color when mouse is over it

1 Answer, 1 is accepted

Sort by
0
Antony
Top achievements
Rank 1
answered on 15 Feb 2012, 01:02 AM
i find a solution : 
( <telerik:RadComboBox Margin="235,24,274,45" telerik:StyleManager.Theme="Metro" IsEditable="True" d:LayoutOverrides="Height" BorderBrush="{x:Null}" Background="{x:Null}">
<telerik:RadComboBoxItem Content="Item 1"/>
<telerik:RadComboBoxItem Content="Item 2"/>
<telerik:RadComboBoxItem Content="Item 3"/>)

but telerik:StyleManager.Theme is no set even i change it
Tags
ComboBox
Asked by
Antony
Top achievements
Rank 1
Answers by
Antony
Top achievements
Rank 1
Share this question
or