qilei Posted October 17, 2022 Report Share Posted October 17, 2022 How do I change the color of the red area? Quote Link to comment
Neil Pate Posted October 17, 2022 Report Share Posted October 17, 2022 I don't think this is LabVIEW. We wish LabVIEW allowed you to put things like checkboxes and dropdowns in a table. Quote Link to comment
hooovahh Posted October 17, 2022 Report Share Posted October 17, 2022 Apparently this is DataGrid. It would certainly have been more helpful to state that somewhere in the title or post. I can't edit the title, it is likely a restriction on the forum. Quote Link to comment
Neil Pate Posted October 18, 2022 Report Share Posted October 18, 2022 Ah right. Thanks for the clarification. Quote Link to comment
Yair Posted October 19, 2022 Report Share Posted October 19, 2022 I haven't checked specifically for the code hooovahh linked to, but I assume it simply uses the .NET DataGrid control. This has a BackgroundColor property which you can set. You need to wire the terminal of the control into the property node and select the property. The data type for the color is a .NET datatype which doesn't need a constructor, so you can just wire the output into a property node to link it to the Color class and then disconnect that and select the relevant color and wire it as an input: Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.