I'm having an issue with italicizing text in a combo box. If i set a row to italics, I expect it to show as italics both when I see it in the drop down list as well as in the box once it is selected. I am not able to get the text to be italicized when it is selected in the combo, but rather only when in the drop down list. Am I missing something?
I don't see any way to do this automatically. You would have to code it. You could use the ValueChanged event of the control, find the selected item on the list and examine the appearance of the cell and then apply that appearance to the control's appearance.