Reputation: 12216
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?
Upvotes: 4
Views: 847
Reputation: 141
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.
Upvotes: 1
Reputation: 1477
Does http://www.sharpgis.net/post/2009/05/09/Adding-rightclick-to-Silverlight.aspx help you?
Also check http://silverlight.pastebin.com/f5a2e59cd
Upvotes: 0