Question: Is possible to create a context menu with Silverlight 1.1 and override or extend the currently context menu with Silverlight configuration? Answer: First let's explain the problem further. Silverlight doesn't have an event to catch a mouse right click. Here's the official list of Mouse events in Silverlight (from the SDK): And if we right click on a Silverlight application we'll get this normal context menu: There are occasions where we would need to use our own context...