Silverlight: Dropdown Menu Control

In a previous post I showed how we can build a simple menu control for Silverlight 2 Beta 2 (Silverlight: how to build a simple menu control); then with the release of Silverlight RC0 some things were changed and the menu stopped working, due t...


Silverlight 2 RC0 – first problems due to undocumented breaking changes on disabled controls

Yesterday I was about to use my brand new menu control in a new project, and after having recompiled and run the test with the brand new runtime…well…as usual the first problems arose. It seems that some undocumented changes were made again ...


Silverlight: how to build a simple Menu Control

In my current project I needed to use a dynamic Menu Control (a completely declarative approach hardcoding the structure in XAML wasn’t a good fit for my application cause I need to dynamically add, remove, enable and disable menu items). Since...


Silverlight: How to Add a Context Menù to a FrameworkElement

I want to be able to display a context menù or something else when my mouse is over a series of specified framework element on a given Silverlight Application; keep in mind we do not have support for mouse right click event due to a series...