From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,772 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,757 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,729 Views)
Solution
Accepted by GokulGKM

column width_BD.png

0 Kudos
Message 4 of 5
(3,685 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,650 Views)