10-03-2011 11:21 AM
Hi all,
I need to display some values in some kind of list box and let the user set their order by moving each line up or down as he wishes.
What's the easiest way to do this?
Is there some kind of property node?
Thanks in advance,
Mentos.
Solved! Go to Solution.
10-03-2011 11:26 AM
Use the List Box. In the Right Click Menu look at 'Drag And Drop'. I do not remember all of the settings off the top of my head but you can allow dragging, allow dropping, disable dragging/dropping outside control, and make it Copy only.
This should do what you want minus property nodes.
10-04-2011 02:29 AM
Thanks Darin,
This should do it.
Thanks a lot!