LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to fix constant width in table column.

Solved!
Go to solution

hi.

       how to change table all column width programatically ..i try to change but only 1'st column  only change.

0 Kudos
Message 1 of 5
(3,720 Views)

Hi Gokul,

 

first select the column you want to set width (using ActiveCell property), then change the width…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(3,705 Views)
hi, i want to change all column width that i am using -2 but 1'st column only change...
0 Kudos
Message 3 of 5
(3,677 Views)
Solution
Accepted by topic author GokulGKM

column width_BD.png

0 Kudos
Message 4 of 5
(3,633 Views)

ActiveCell "coordinates" usage can be a bit confusing, it is good to keep this link as a reference:

http://zone.ni.com/reference/en-XX/help/371361H-01/lvprop/multcollst_active_cell/

0 Kudos
Message 5 of 5
(3,598 Views)