Dropdown row color - Vision

Is there any way to make specific rows in a dropdown a certain color? Example, 10 rows are returned, but I want index 0,3,6 to be yellow. Possible?

Edit, v8.1.5 (or later)

Not really, at least not using the actual builtin dropdown list component. There’s no scripting entry point exposed to customize the renderer. You’ll probably have an easier time “faking” a dropdown list via a template that opens a temporarily visible table or something like that.

Thanks @PGriffith

Otherwise, to do with the dropdown have a look at this. Might get you started

1 Like