LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set different color for the table column header

Solved!
Go to solution

Can I set different colors for the 4 following items as attached.

 

- text color of column head

- background color of column head

- text color of content

- background color of content

0 Kudos
Message 1 of 6
(6,124 Views)

Hello Alex,

 

  Sure  you can do, there are plenty of post about the Table controls, just look my attachment which will modify the color of the Column header.

 

 

AshwiN,

0 Kudos
Message 2 of 6
(6,118 Views)

Thanks, if I want to set the color and the background of the table cell content beside the header at the same time, how should I set the value of the 'ActiveCell'.

0 Kudos
Message 3 of 6
(6,108 Views)

First number is cluster is row.

Another is column.

Just set it to desired cell position.

Message 4 of 6
(6,095 Views)

Actually I need to set all the cell with same color and all the cell background with another color.

 

Also, I need to set all the column header with another color and all the column header background with another color.

0 Kudos
Message 5 of 6
(6,088 Views)
Solution
Accepted by alex.

Set the cluster to -2, -2 to set all cells,

 

Then go back and set the cluster to -1, -2 to set just the header row.

 

(If you also had a column of row headers, then -2, -1 would set them.  Of course the top left corner that is the intersection of the column header and row header will be change with any of these.)

Message 6 of 6
(6,085 Views)