As we received a lot of questions on how to add a ScrollViewer to the RadMenu control for Silverlight, in this blog post I am going to explain how you can achieve this.
Adding a ScrollViewer to RadMenu for Silverlight can be easily accomplished using Expression Blend.
Step 1. Create a new Silverlight 3 Application.
Step 2. Add references to
Telerik.Windows.Controls.dll and
Telerik.Windows.Controls.Navigation.dll in your project.
Step 3. Drag RadMenu and RadMenuItem controls from the Toolbox and drop them on the design surface.
Step 4. Right-click on one of the RadMenuItems and select EditStyle or ...