views:

213

answers:

0

How do I create a custom header for a combo box using WPF and VB.NET? I would like to have items in the dropdown list to show an image next to text, but when the item is selected, have only the text show in the closed combobox. Also, I would like to be able to do this in the code, without using data templates.

Is this possible?