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?
|
4
|
|
|
|
|
|
Does http://www.sharpgis.net/post/2009/05/09/Adding-rightclick-to-Silverlight.aspx help you? Also check http://silverlight.pastebin.com/f5a2e59cd |
||||||||
|
|
|
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. |
||
|
