How can i handle mouse double click event on textbox?

Posted by Kar Cheng on Stack Overflow See other posts from Stack Overflow or by Kar Cheng
Published on 2011-02-07T15:23:06Z Indexed on 2011/02/07 15:25 UTC
Read the original article Hit count: 227

Filed under:

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:)

© Stack Overflow or respective owner

Related posts about silverlight-4.0