vote up 0 vote down star

How to make a double click event in C# for using Silverlight3.0. In my project, i had created stackpanel dynamically, When the user double click on the stackpanel, the child window will be displayed. There is no such event in silverlight. How to make a double click event for my application?

flag

57% accept rate

2 Answers

vote up 1 vote down

This post as well

link|flag
vote up 0 vote down

Well if look at this post, the author counted the ticks between clicks to be able to simulate a double click in Silverlight. Maybe it will help you.

link|flag
also see this blog post: blogs.silverlight.net/blogs/msnow/… – Jeremiah Sep 25 at 22:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.