Hi Forum,
Just wondering if anyone had time to give me a little advice on how best to roughly go about making a drag and drop component in Flex. I’m moderately familiar with the framework and have used drag and drop before, but this is a bit more complicated.
I’m making a drag and drop form builder. The user will be able to create a fieldset which will then allow them to drag form fields into it. Once the form field has been created it will become dragable around the current fieldset and also into other fieldsets.
This is the bit which i was wondering about. What flex components should i use as a field and how best should i handle them being dragged around the fieldset. When the field is dragged over another one in the fieldset they must all move down to create a space for it to be dropped into, and if its dragged out of the fieldset the gap where it was should be filled with the other fields.
Any ideas? Thanks
Tom