I’m getting up to speed with Flex and I am looking for any example of implementing a drag and drop re-sort within a vbox container. Basically I have a Vbox that contains a number of canvas’s that are full width and 35px high. I want to be able to drag and drop them to re-order within the vbox.
Any help is greatly appreciated – thanks,
b
Have you tried using a mx:List – drag and drop support is already built in and very easy to use – i threw together a sample for you using the dimensions you mentioned:
And there is of course more info here: http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html
good luck!