I am using a grid to layout a bunch of controls. However, the UI does not update unless I select that cell. How do I enable all the controls to update all of the time.
e.g. I have a 3x2 grid each with a control that changes colour every second. I want to see all the controls change colour, not just the one I have currently selected
Thank you for your help.