LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

sort listbox in labwindows

How do I sort a list box in c?

Thanks.
0 Kudos
Message 1 of 2
(3,209 Views)

You could use a tree control instead of a listbox. You could configure a tree to look just like a listbox. See http://forums.ni.com/ni/board/message?board.id=180&message.id=13541#M13541 for more info.

Then you could sort the items using SortTreeItems or the right-click context menu.

Hope this helps.

- jared

Message 2 of 2
(3,180 Views)