I have a DataTemplate giving items for display in both a ListBox and a ComboBox. The window I have created looks like this: Screenshot http://img223.imageshack.us/img223/8117/datatemplateexampletz4.png
The question I have is why the DataTemplate in the ComboBox is blurrier or slightly more pixellated than the display in the ListBox. It is quite difficult to see on the screenshot, but it seems more noticeable when I'm actually using the application. Any idea why this is happening? Is it something to do with ClearType being enabled for one control and not for the other?
Any ideas would be appreciated. I can post the code if needed.