LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to programatically adjust array of clusters element height

I have an array of clusters and depending on how many samples are being ran, I need to add more rows to the arrays within the cluster. This causes any rows beyond the default of 3 to be cut off. I would like to dynamically adjust the height of the  elements to account for this but I cant figure out how to do it for a cluster.

 

I found this for an array of strings but the height property doesn't seem to be an option for a cluster.

 

Any advice would be much appreciated.

array of clusters.png

0 Kudos
Message 1 of 2
(1,859 Views)

Hi DP,

 

have you tried to set the cluster to "Size to Fit"?

 

While this may work I strongly suggest not to go this way: it makes a very ugly UI and UX.

I already suggested a listbox approach today here

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,840 Views)