Is there any tutorial on drag & drop of components?

is there any way user can drag and drop components at run time?
{ while app is running, user should be able to click some component (image for example) and drag it and drop it on another position }
can somebody please direct me to any tutorial for it?
or can somebody please explain how to do it?

You can do this using the Canvas component.

I’m not finding the Sprite documentation for the new drag-and-drop interface but the older snap-to-place documentation is pretty similar:

3 Likes

great!!..thanks tatiang