Reputation: 785
We need library for Windows 8 Metro Style app which provides the same functionality as System.Windows.Interactivity and Microsoft.Expression.Interactions libs do for Silverlight / Windows Phone apps.
What would you suggest?
Upvotes: 2
Views: 977
Reputation: 7005
Systm.Windows.Interactivity don't exist for Metro style apps.
You'll need to use the following: Winrt Behaviours and Winrt Triggers. You'll need to code the behaviors you get in Blend yourself.
Upvotes: 2