how can I capture mouse wheel click/press in Silverlight 4? I can detect its rolling using delta in mousewheel event, is there any way to detect its press? I use VS2010/C#
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The mouse wheel click would be a middle mouse button event. Unfortunately the middle mouse button is not supported in Silverlight 4. Consider alternatives such as cntrl + left click, especially as many computers won’t have a middle mouse button.