I had psoted a question on here last week:
I am trying to change the border color of a silverlight combobox using xaml when it gets focus. I can do this using the native silverlight control by modifying the control template but I can't seem to be able to do it for the telerik control. How can I do this?
The answer I got was:
The Focus border of RadComboBox is part of the ButtonChrome control, a control which you will find in the control template of RadComboBox. If you generate the style for the ButtonChrome, you will be able to find and modify the Brushes responsible for any visual state of the control.
You can see the brushes in the resources tab in Blend, as shown in the attached screenshot.
Unfortunately I don't have Expression Blend. Can someone post the appropriate XAML so that I can take a look at it.
Thanks
Omer
I am trying to change the border color of a silverlight combobox using xaml when it gets focus. I can do this using the native silverlight control by modifying the control template but I can't seem to be able to do it for the telerik control. How can I do this?
The answer I got was:
The Focus border of RadComboBox is part of the ButtonChrome control, a control which you will find in the control template of RadComboBox. If you generate the style for the ButtonChrome, you will be able to find and modify the Brushes responsible for any visual state of the control.
You can see the brushes in the resources tab in Blend, as shown in the attached screenshot.
Unfortunately I don't have Expression Blend. Can someone post the appropriate XAML so that I can take a look at it.
Thanks
Omer