Hi,
We are trying to change the colour of the grid lines/background dynamically to allow live theme switching in our app. We are able to do this to nodes quite easily through bindings. However, the bindings don’t seem to work on the grid properties (unassuming because the data to bind to is in the node model data and is not available to the grid template).
Is there a way to use bindings in the grid template or do I have to update it by recreating/redrawing the grid in the diagram?
Thanks in advance