Judah Gabriel Himango
Judah Gabriel Himango

Reputation: 60001

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:

Where is the AutoCompleteBox in the Silverlight Toolkit?

Upvotes: 3

Views: 1925

Answers (1)

AnthonyWJones
AnthonyWJones

Reputation: 189437

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.

Upvotes: 4

Related Questions