LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multicolumn listbox change number of columns in a particular row

Hello,

 

is it possible to programmatically change the number of column in a particular row of a multicolumn listbox, while leaving the rest of the rows unaffected?

 

For example, say in the first row I would like to have two columns, while in the rest of the rows I would like to have 5 columns. And I would like to change this programmatically for any particular row.

 

Thanks,
labjunky

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

No, this is not possible. The underlying data type for some of the properties (like the Item Names) is a 2D array, and 2D arrays must be rectangular.

0 Kudos
Message 2 of 2
(2,240 Views)