ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Columns justification in tables

LabVIEW version 8.0
 
Is there any way to independently justify at ones, each column of a table, left or centre or right ? and to justify all columns in a table, for instance all left ?
 
Simbani
0 Kudos
Message 1 of 2
(3,151 Views)

You can play with negative values for the row-colum index of the active cell property node :
-1 refers to the column or row header only, while -2 refers to the whole column/row.

Accordingly -2,-2 refers to the whole table...

You need to call the cell selection start property to validate the justify operation.

See the attached vi to find out how to justify all the cells.

Message Edité par chilly charly le 01-28-2006 01:33 PM

Chilly Charly    (aka CC)
Message 2 of 2
(3,145 Views)