Nitha Paul
Nitha Paul

Reputation: 1401

Getting System.Windows.Controls.Layout.Toolkit in windows Phone 7

From where i will get "System.Windows.Controls.Layout.Toolkit" for windows phone 7. From a blog i read that by using this library i can leverage many existing characters of silverlight. Especially Transitioning content control. I tried this assebly in tool kit and in MS website but desn't find any result. If any one tried the same, pls share ur knowledge.

Upvotes: 1

Views: 3249

Answers (1)

Claus Jørgensen
Claus Jørgensen

Reputation: 26344

You can find the Silverlight Toolkit on CodePlex , or on NuGet

It support easier transition effects. Try the sample application and see for yourself.

Upvotes: 1

Related Questions