Page 1 of 1

What about the Interactivity assembly?

Posted: Tue Apr 21, 2015 12:52 pm
by mltiede
Will we be able to use the Interactivity assembly to create new events and triggers on existing controls? System.Windows.Interactivity?

Like this page demonstrates:
http://www.codeproject.com/Articles/125188/Using-EventTrigger-in-XAML-for-MVVM-No-Code-Behind

Re: What about the Interactivity assembly?

Posted: Wed Apr 22, 2015 10:34 am
by JS-Support @Userware
Hello,

Yes, we are working on this.

A first step will be to support the "VisualStateManager" way of triggering events, because it is the one that is used by Windows Universal Apps, Silverlight, Windows Phone, WinRT, and all other more recent XAML implementations. Will will then also add support to WPF-like events and triggers at a later point in time.

Please be sure to vote for this feature on http://cshtml5.uservoice.com

Thanks a lot.
Regards,
JS-Support