How can i handle mouse double click event on textbox?
- by Kar Cheng
Hello,
I want to open one child window on mouse double click of textbox. I know the only event available in Silverlight is MouseLeftButtonDown and you have to simulate double click. However it still doesn't work when i click in the middle of the textbox. It only works when i double click on the border of the textbox.
Anybody has any ideas of how can i do this? If any 3rd party library is available then also it's fine.
Thanks in advance:)