Listbox bug?

Guys,

As you can see on the print below, after updating to the new release, my list box is broken, it went “zebra style”, a row white, a black. When I click on one of these black rows, it shows the content. Any clue on how to fix it?

Looks like this bug: (https://xojo.com/issue/39767)]handling of opaque colors corrupts the information
…have the same problem!

Do you draw in CellBackgroundPaint and/or CellTextPaint? If yes, can you post some code? And do you use the new framework?

If it is indeed the Feedback case you mention: Use a Variant instead of an Auto variable till the release is available where it will be fixed.

The selection is something you always had to handle.
If you return false in CellBackgroundPaint (as it seems) it’s normal the selection is drawn with standard style.