When a row is selected, in a standard listbox, the row text is reversed to white.
If I give color to a text in a column, with CellTextPaint, for example
if mycolumn
g.ForeColor = color.Blue
Then when a row is selected, the text in this column is not converted to white, and it’s not readable.
Is there a way to control the text color when a row is selected?