Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Set combo text to Italics
posted

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?

  • 469350
    Offline posted

     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.