PDA

View Full Version : drag and drop in list widgets



GrahamLabdon
25th May 2011, 15:27
Hi
I need a list widget in which the user is free to move the items around within the list.
I have set the movement to snap and this does allow me to drag items in the list.
However, when the drag operation is finished the item is duplicated instead of being moved.
Is there a way to implement this so that the item is moved and not duplicated?

Thanks

Graham

wysota
28th May 2011, 08:51
Yes, of course. Just enable InternalMove for your widget and it should work out of the box.