vote up 4 vote down star
4

In Silverlight 2 it was possible to use the browser DOM to get right click events - of course that's not possible for a Silverlight 3 OOB app. Is there any workaround?

flag

2 Answers

vote up 0 vote down

Does http://www.sharpgis.net/post/2009/05/09/Adding-rightclick-to-Silverlight.aspx help you?

Also check http://silverlight.pastebin.com/f5a2e59cd

link|flag
Those both look like they rely on being in-browser (via DOM hacks), which doesn't help answer the question. – Joe White Jul 22 at 4:12
I agree, they both appear to require the DOM. – James Cadd Jul 22 at 15:59
Yes, you both are right. I guess the reason they do not support it; is to support touch screens devices or mobile phones which do not have double click or right click. If they ever want to support iPhone; then I would support them to continue without right click! – Kishork Jul 23 at 10:25
Check out SL 4.0, They have added the right click support now :) – Kishork Nov 20 at 11:41
vote up 1 vote down

As I understand current UX trends, right-click is considered harmful. Consider click-and-hold (which is common in touch interfaces) with a tooltip letting the user know it's available (cf: Chrome's Back button) or floating a mini-toolbar over the control on mouse-hover.

link|flag
Good point, never thought about that (especially with the growing number of mobile devices). – Richard Clayton Jul 27 at 15:25

Your Answer

Get an OpenID
or

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