Styling ComboBox- part 1
if we want to change the text that is displayed when user selects an item in the combobox, we have to change the ContentTemplate of the ContentPresenter in the Combobox Template
Attached is a sample(change .doc to .zip), which allows you to specify the template to be applied in the Tag property
(update: added a thumb to the panel, which lets you resize the panel)

Awesome ! I always thought this should be possible but never got around to trying it. Do you think there’s a way to make the drop down panel resizable and make the items in it rearrange themselves accordingly ?
I will try to change it and update the sample
Thanks so much. You’ve just saved me a lot of research time.