On the CellTextPaint event of the listbox, is there a way to reset the DrawingColor only?
I can achieve that with SaveState methods (before the first change of color) and RestoreState but I wanted to know if there is a way to reset the DrawingColor only to let Xojo choose the color (e.g.: color when the row is not selected and color when the row is selected).
Tried that but on the highlight of the row when you select it, the text remain of the color of Color.TextColor and does not switch to the highlighted text color