I was able to find EventTrigger in the WinRT reference, however, I wasn't able to find DataTrigger. I wasn't able to use it in an application either.

Can anyone confirm that DataTrigger is really missing in WinRT? Is EventTrigger the only trigger available in WinRT?

link|improve this question
msdn.microsoft.com/en-us/library/windows/apps/… ... and is that such a bad thing that you want to trigger on an event and not on a dataelement? Also it bears repeating that this is not even beta stages... – jcolebrand Sep 16 '11 at 5:44
It isn't a bad or a good thing, I just wanted confirmation so that I didn't invest anymore time down that path. BTW, my question does link to the same reference you point me to. In order to change the state of view I use either DataTrigger or the Blend behaviors like GoToStateAction and neither of those seem to be available at this time, I just wanted to make sure I did have to look for a workaround. – Murven Sep 16 '11 at 20:24
feedback

1 Answer

up vote 7 down vote accepted

DataTrigger is not currently supported in WinRT XAML

link|improve this answer
I do like authoritative answers – jcolebrand Sep 16 '11 at 20:56
1  
I'd say that's a big omission. Is it planned for the final version? – svick Sep 17 '11 at 0:51
Remember that WinRT was designed using Silverlight as a jumping-off point. (At BUILD, it was revealed that the WinRT API design team had examined the MSIL of Windows Phone 7 applications submitted to the marketplace, to see which classes/methods were commonly used in real-world apps.) Just as System.Data is missing from both Silverlight and WinRT, so too are triggers. Perhaps some of these WPF features will make their way into _Windows 9_, but it seems somewhat unlikely for Windows 8. – Tao Yue Feb 22 at 22:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.