Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I move rectangle with drag and drop ?
You need to add a MouseArea to it and set up the drag property: link.
@halil-sogut
Hi, Just add MouseArea and make target of rectangle which you want to drag. Use drag property and just set X and Y of the mouse to the Rectangle's X and Y.