LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

List box re-ordering

Is there a way to programmatically control the listbox ordering attribute? It
does not appear in the attribute node property list.
Randall Miller
0 Kudos
Message 1 of 2
(2,431 Views)
What do you mean by ordering attribute? Is it the sequence of listbox items?

The listbox items are programmatically accessible via the attribute node 'item
names'. It's an array of strings and can of course be (re)ordered. Don't forget
to reorder the 'item symbols' array accordingly, if you use item symbols.

On the front panel the items can be dragged around with the mouse if 'Item
dragging' is enabled. You enable it on the front panel with 'right mouse button
click->Selection Mode->Item dragging'


-Franz

Randall Miller schrieb:

> Is there a way to programmatically control the listbox ordering attribute? It
> does not appear in the attribute node property list.
> Randall Miller
0 Kudos
Message 2 of 2
(2,431 Views)