When i select the combobox item, the selected item text highlighted with blue color.
How can i remove that highlight. But it is working after i removed trigger "IsSelectionBoxHighlighted = true" in epression blend.
But i have to do this thing in code behind in wpf with c# code?
I tried like this
com_image.IsSelectionBoxHighlighted = true;
but it is not work, it is showing exeption.
pls help me....