LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Justification of cells in a LabVIEW table

Is there a way to programmatically change the justification of the text in specific cells (columns) of a LabVIEW table? This does not seem to be supported in the standard properties of a table, only Cell FGcolor, Cell BGcolor and Cell size is.
I found a few old entries in the Developer Exchange on this, but no success yet.
I am using LabVIEW 7 Express.
0 Kudos
Message 1 of 2
(2,914 Views)
The following method is not great but works. For each cell you make them the same char size and use format into string.vi to insert spaces where needed. You might need to do some simple calculation as well. However, using this method requires you to strip off the spaces before using the cell data, but that's simple.

-Joe
0 Kudos
Message 2 of 2
(2,914 Views)