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?
|
|
|
|
|
|
|
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. |
||
|
