LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure fonts in a table

Hi all,
 
I use a few tables in my Labview application and I want to configure the font for all the cells of the table all at once... Any idea on how to do that? I searched in the table properties and I don't see any property for the cell's font. The only way that I found is to change each cell's font using the font dialog which is, of course, very long.
 
thanks,
 
Alex
0 Kudos
Message 1 of 4
(2,678 Views)
If you click on the table, not just a cell, you can change the font of the entire table all at once.  If you are looking to do it dynamically you can change the properties of a column by setting the row to -2 and then looping through the columns with a for loop.
 
Gold
0 Kudos
Message 2 of 4
(2,671 Views)
how abotu formatting specific rows?
Aquaphire

---USING LABVIEW 6.1---
0 Kudos
Message 3 of 4
(2,666 Views)
Wow, that was so easy...! Wondering how is it that I didn't find it Smiley Surprised
 
Thanks all
0 Kudos
Message 4 of 4
(2,663 Views)