LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically changing text color on Items for multi-column listbox.

I wasn't able to find a property to be able to programatically change the text color for Items on a Multi-column listbox. Does anybody know of a way to do this programatically? I am doing this manually and it takes quite a while to do on larger arrays.
If you know how please respond if you can.
Thank you,
Atwork
0 Kudos
Message 1 of 3
(2,940 Views)
The property is called "Cell Foreground Color" it applies to whatever is specified in the "Active Cell" property. If you specify cell number (-2,-2) then all cells are active. A (-2,0) would be all rows, first column. I believe that you use -1 to specify the headers.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
Message 2 of 3
(2,940 Views)
This did the trick. Thank you so much.
Atwork.
0 Kudos
Message 3 of 3
(2,940 Views)