Change background colour of a form

I’m unable to find any way of updating the background colour of a form; there is no access to the style class and changing the background colour in the body would entail retrieving the form from the solution model, retrieving the body, updating the colour and then calling recreateUI(), which is a very slow approach to changing a single criteria.

Is there a recommended way of changing the background colour of a form?

Still a workaround, but can’t you use a full anchored label in the background?

That is an interesting idea… will give it a go.