04-22-2025 10:10 AM
Is there a way of changing the backgorund colour of a cluster continer in veristand? I can seemingly change most other items but it would seem that I am stuck with a white background for the cluster? With Tab containers I can change the background colour?
I guess I have the same question for meters and charts and whether or not they can be changed to suit the UI that i'm building?
04-23-2025 07:22 AM
The VeriStand screen controls are rendered using .NET WPF.
Unfortunately, the background color of clusters and charts is not exposed in the VeriStand.
Technically, you can expose those properties by creating your own control (GitHub - ni/veristand-editor-plugin-examples) but I don't see the merit of it unless you are very confident in C# programming.