LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add/edit/delete the rows in multicolumn listbox?

Hi,

 

please help me with this question:how to add/edit/delete the rows in multicolumn listbox during runtime?

 

Regards,

Amit

0 Kudos
Message 1 of 4
(4,772 Views)

Use the ItemNames property. It's a 2D string array.

0 Kudos
Message 2 of 4
(4,771 Views)

Thanks for the reply. But I am not able to edit/write during runtime. Please show some demo code showing how to delete and add rows...

0 Kudos
Message 3 of 4
(4,762 Views)

multicolumn listbox is a indicator.

1. Use the ItemNames property. It's a 2D string array.

2. Use the 2D string array to achieve what you want--add/delete/edit ... 

0 Kudos
Message 4 of 4
(4,756 Views)