LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I clear a multicolumn listbox?

Hi,

How can I clear a multicolumn listbox (remove all items of it)?

ToNi.
0 Kudos
Message 1 of 4
(6,001 Views)
Hello Toni,

Use property node ItemNames, check anex.

Hope it helps,
Paulo
Message 2 of 4
(5,995 Views)
You need to create a property node. Right click on the control or the terminal and select Create>>Property Node.
Select the Item Names property and wire an empty 2D string array into it. You also have a 1D string array for the column headers.

___________________
Try to take over the world!
0 Kudos
Message 3 of 4
(5,993 Views)
Thanks. It works 😉
0 Kudos
Message 4 of 4
(5,987 Views)