I’ve searched and came up empty, therefore I’m asking.
I found how to change Background and Highlight Background color of ListBoxItem using ItemContainerStyle.
But I’d like to change these 2 colors based on data from within my DataTemplate for Items.
Is that possible?
I came up with a solution later on.
The only reasonable way is to define/redefine Listbox Control template.