Remove the border from listbox selected row

I can’t find the way to remove the dotted border around the selected row, windows only, mac it looks like I want.

This is how it looks on mac:

This is how it looks on windows:

That is the focus ring on Windows. If you remove that, on Mac you will also lose the blue focus ring around the listbox. So set UseFocusRing to false on Windows builds and you should get what you want

Thank you George, that “fixed” my problem, I don’t need the blue focus ring around the listbox. Now it works just how I want.

Edit: It will be good if the ListBox.UseFocusRing say (or show some pictures) about the difference between mac and windows. Writing: “the control indicates that it has the focus with a ring around its border” doesn’t explain that in windows the “ring” is around the selected row and not the whole control.