Search code examples
windows-phone-8tapandhold

Move text and images on press and hold windows phone 8


My windows phone 8 application requires to move an image and/or text to desired positions if needed by user by pressing and holding tht text or image. The text and image will be prepopulated to their fixed positions. Now if user wants to rearrange their positions they can do so by hold gesture on the required text or image. Is this possible?. And if yes any code snippets or links available on the same?.


Solution

  • Yes! It is possible.

    See the Drag and Drop in Windows Phone here

    You need to integrate with the gesture hold event.

    Hope it helps.