Search code examples
silverlightsilverlight-toolkit

Silverlight Accordion control not available in toolbox


My configuration is:

  • Windows 7
  • Visual Studio 2008 SP1
  • Silverlight tool 2.0 SDK & SP1
  • Silverlight 2 toolkit March 2009

There are no Accordion control available in my Silverlight toolbox which I need for my project. I tried a lot to solve this. Please help me.


Solution

  • The Accordion control requires you to include System.Windows.Controls.Layout.Toolkit.dll, System.Windows.Controls.Toolkit.dll and System.Windows.Controls.dll if you're using it with Silverlight 2.

    According to the release notes, it was new in the March 2009 toolkit release.