Search code examples
uwpblend

visual studio blend adaptive trigger button missing?


I'm following along with a blend tutorial and it says some stuff about adaptive triggers, but the button to edit the triggers isn't there. Do I have to change a setting? What stuff do I need installed?

Sorry if there isn't enough information here, I'm not very familiar with visual studio yet.

Here's a screenshot


Solution

  • I can reproduce your issue. By testing on my side, if you change the UWP app target version to 15063 or lower, the adaptive trigger button can work well.If you do want to use this feature in 17134, you could try to implement it by XAML code. Please reference AdaptiveTrigger .

    You could also report this issue with Blend Visual Studio feedback. Click Help->Send Feedback->Report a problem in the menu bar.