Web - Drag a Control?

Is it possible to drag a WebImageView control to another location on the screen to move it?

I know you can drag and drop the image data, but I was wondering if it is possible to move the actual control to another location on the screen with dragging.

Thanks

Nevermind–I decided to go with a click-based option rather than dragging.

You could still check the drag and drop projects in the Web folder of examples.

Thanks, I checked in those but I could only locate examples of dragging the data from a control to a new location–not the actual control itself. As it turned out, I used navigation buttons to position controls accurately in the application. Since it’s only for my use, it works well enough.