Search code examples
silverlightsilverlight-toolkit

Silverlight Toolkit - Where is the AutoCompleteBox?


I just added the Silverlight 4 toolkit to my project via NuGet. (NuGet package "Silverlight Toolkit - All")

I can't find the AutoCompleteBox anywhere in the dlls added to my project. Where is it?

Things I've tried:

  • I cracked open all the dlls it added to my project, and I don't see AutoCompleteBox in any of them.

  • Looking at the Silverlight Toolkit discussions, I don't see anyone mentioning its removal.

  • Looking at the Silverlight Toolkit changeset history, I don't see it being mentioned as removed.

  • I browsed the source, and I do see AutoCompleteBox in there, but it get compiled into a dll System.Windows.Controls.Input.dll, but when I add the project in via NuGet, I don't get that dll, instead I get System.Windows.Controls.Input.Toolkit.dll

Where is the AutoCompleteBox in the Silverlight Toolkit?


Solution

  • Its not in the Silveright Toolkit any more. As of Silverlight 4 it moved to the SDK. You should be able to drag the AutoCompleteBox from you toolbar to the designer and VS will add the reference to System.Windows.Controls.Input.dll for you.