LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.net container background color

Solved!
Go to solution

Hi,

 

I am using .net control(DataGridView) in my LabVIEW application and am using .net container to display the datagridview. The issue I am having is that I am unable to change the background color of the .net container. I need to have a white background but using the tools pallete I am unable to set its background color. Is there any way to set the background of .net container?

 

Thanks,

Ritesh

0 Kudos
Message 1 of 3
(2,768 Views)
Solution
Accepted by topic author LVCoder

Everything inside the container is drawn by the .NET control, so the responsibility is there. A quick look shows that the DataGridView control has a BackgroundColor property. Did you try calling that property to set the color?


___________________
Try to take over the world!
Message 2 of 3
(2,746 Views)

Thanks, that solved the issue.

0 Kudos
Message 3 of 3
(2,717 Views)