Change the colour of a row / option in a combo box

i want to colour code the options in a combo box from red to green depending on the option selected. Red for the lowest, orange for the middle option and green for the top option. All are options in the same combo box…

I can’t work out how to do this…

Hey @aerospike_andy how are you?

A Combo Box doesn’t support custom individual colors by itself. What I recomend you to do is to use a Vertical Box with a button to make it visible or collapse it, and multiple entries inside it.

Like this:

And then use a blueprint like this one in your widget’s graph:

Remember to set the option “Is Variable” in true for the Vertical Box, otherwise you won’t be able to change its visibility.

It will look like this:

Hope this helps you! But let me know if you need anything else :smiley: