Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hye everyone,

I m working on a application (in WP7) where i've a list of images and when i click on any image, its clone/duplicate image s created above it and then i can drag it and drop at some destined place.

Clone of a image is created on its MouseLeftButtonUp Event.

Now is there any way to create the clone when mouse is over that image.
User don't need to press the mouse button,
its clone should be created as i keep/move the mouse over that image.

Is there any way to do so.
I've tried VisualStateManager, but i didn't get it.


Thanks in advance.
Posted

1 solution

If it already works with MouseLeftButtonUp, what's the difference if you do it using MouseOver? It would work the same way, but I would recommend to avoid it. This event, unlike distinct mouse even can happen too many times, because moving of the mouse is not completely controlled by a human. It will confuse the user and cause a lot of operator mistakes.

—SA
 
Share this answer
 
Comments
DeepsMann 2-Mar-11 2:07am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900