Hi guys,
I have a ListBox and I'd very much like to be able to:
a. Change the color of the highlight bar that indicates text is selected.
(After much trawling for solutions, I read: 'The selected color is set by the OS, and can't be overridden', which would explain why none of any the suggested answers were marked as correct by the persons asking.)
b. Change the color of individual lines of text within the ListBox depending on their individual value.
I've been trawling the forums and it seems that a. (above) can't be done and b. (above) (as far as I could see anyway) also probably couldn't be done.
I wondered if there was just an alternative control that might be used?
For example, I've been given to understand that multiple colors in a 'TextBox' are not supported but they are for a 'RichTextBox'.
Anything similar for ListBoxes?
Thanks,
Dan.