James Cadd
James Cadd

Reputation: 12216

Right click in Silverlight 3 out of browser

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

Answers (2)

User 42
User 42

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

Related Questions