DeskTopListBox only 1st cell highlights on selected row

Hi all, I have a standard DesktopListBox and when I run the app in Windows, only the first cell of the listbox is highlighted when a row is selected. I tried entering code into Selection Changed event to change the color of the selected row but it doesn’t override the default color in the fist cell. Why is Xojo only highlighting the first cell in the listbox when a row is selected? Any thoughts?

That is the expected behavior on Windows for a Hierarchical Listbox

-Karen

Thank you Karen, haven’t delved into Hierarchical Listbox but turning off the “Allow Expandable Rows” property did the trick. Thanks!