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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.