I am using a WPF RadAutoCompleteBox control in my application, I am trying to set a custom style to this control but there are a few behaviors I could not get it right.
This is the current look of the control:
The colors I wish to change:
1. Text color in the textblock as pointed with the green arrow.
2. The background of the selected item in the drop down menu as pointed with the blue arrow. Currently it is showing as transparent, but I wish change it into a solid color.
3. The transparent background of the drop down menu as pointed with the purple arrow.
I have tried to change the background and foreground properties but could not see the effect on the control. I have attached the style file I used for the control.
Any advice?
Thank you!