LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using multicolumn listbox as indicator

Solved!
Go to solution

I am trying to have data that I am collecting display on a multicolumn as it comes in. I don't know if you can do this and if you can I dont know how I can control where the data goes on the listbox. So can anyone explain this please?

 

Thanks

0 Kudos
Message 1 of 4
(3,408 Views)
Use a property node with the property 'Strings []' to set the array (this also defines the order). Felix
Message 2 of 4
(3,397 Views)

Thanks, I see the column header string[] and row header string[] but there isn't one for the other cells. How do I put the other information in though. Is there another property node. Sorry I feel like I should get it from here but I don't see a property node to put the data in.

0 Kudos
Message 3 of 4
(3,385 Views)
Solution
Accepted by topic author kjs356

The correct property is ItemNames.

 

While you might find it tedious, if you have context help open, it will describe each property as you scroll through the list.

Message 4 of 4
(3,382 Views)