I have a ComboBox defined in XAML, WPF.
I would like to set in the header a picture.
As defined – the header of the ComboBox includes the selected item.
How can I change it to show a picture and enable it to be changed to a different one while pressing?
You’re going to need to modify the template of your combobox to a new one.
Here is a good MSDN link on how to do this.