A-student
A-student

Reputation: 785

Windows 8 behaviors library?

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

Answers (1)

Faster Solutions
Faster Solutions

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

Related Questions