Windows 10 Adaptive Triggers - Intro

Intro

I have already done a couple of blog posts on some of the new XAML features for Windows 10 development, namely the new SplitView control, so I am going to follow up with a couple of posts on another new capability, using Adaptive Triggers.  Adaptive Triggers is extremely useful for creating “responsive” applications, ones that adapt to the current screen size.  This is necessary with Windows 10 because the same application can run on anything from a small phone up to a huge screen.  This is the most exciting promise of Windows 10 (the same app running everywhere), but with it comes the necessity for the developer to focus on making his app responsive.  With that said, let’s take a look at using the Adaptive Triggers to adapt the UI layout based on screen size….

Find the full content below.

As always please comment below or find me on Twitter, @JAMESQQUICK, with any questions, comments, or concerns.