I have a listview with values that look similar to:
1 0 0 0 1
0 1 1 1 0
1 0 1 1 1
0 0 1 0 1
where each entry is one cell/column in the listview.
How can I perform a check if the cell’s value is 1, then change the column background colour to something different?
Using
Evaland a ternary operator:(untested)