Hello,
What is the simplest way to customize the content display of ComboBoxItem? I would like to present a list of font names, with each item drawn in the appropriate font.
I suspect I need something like
<TextBlock FontFamily="{TemplateBinding Content}" Text="{TemplateBinding Content}" />
Where would that go?
Can I create a control template for ComboBoxItem, and use it for only selected ComboBoxes?
Thanks for any hints....