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

RadCombo Style Changes

1 Answer 149 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Prakash
Top achievements
Rank 1
Prakash asked on 08 Nov 2010, 08:15 AM
Hi,

I need to change the following styles of a RadComboBox.

1) MouseOver Color
2) Scrollbar Color
3) Scrollbar Width.

I have set the property of the RadComboBox IsEditable=True and IsReadOnly=True, after setting those properties when mouse reaches the dropdown icon of the RadComboBox the color changes to Yellow and i need to remove that color.
Similarly i need to reduce the width of the scrollbar and its color and I've attached the screenshots for reference.

I am using Telerik Silverlight version "2010.2.924.1040"  and theme which i used for customizing is "Office_Silver" Theme.

Thanks
P.Prakash..

1 Answer, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 12 Nov 2010, 09:36 AM
Hi Prakash,

I have created a project with the ScrollViewer, ButtonChrome and RadComboBox attached. The small button does not go yellow now. Note the ButtonChrome that renders the drop down button had its RenderActive property template binded to IsMouseOver of the RadComboBox. I removed it. Also I put Keys on the ScrollViewer, ButtonChrome and RadComboBox so I can use them in the MainPage.xaml so I plugged them in the CustomComboBoxStyle. Finally I edited the width of the vertical scroll bar items to use MinWidth of 12. You can further edit the Control Templates of the scroll bar. I have also changed some Corner Radiuses. Further you can change the color brushes to make the design look closer to your screenshot.

I am sorry for the delayed answer but I hope the attached project would be of help.

Kind regards,
Panayot
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Prakash
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or