Is there a way to alternate the colors in a combobox?
I have a combobox that contains a list of dates associated with data; however, not all the dates have data associated with them. So, I would like to display those that do in red (for example) and the others in black. Then as data is added for the selected era`s change the color to red to signify that the particular era has data associated with it.
C. Lamb
‹ File Selection Box - Multiple Selection Sorry, I redo my request for help.... ›
Tue, 08/07/2012 - 14:46
#1
Colors in Combobox
If the strings in your particular combobox are compound strings, you can vary their color by changing the rendition table.
Note, though, that sole use of color to indicate important data is inadequate; you need something for people on monochrome screens or the colorblind among us.