AdaptiveTriggerLibrary
AdaptiveTriggerLibrary copied to clipboard
A library for adaptive triggers for Windows universal apps (Universal Windows Platform).
When implementing the nuget package and attempting to use the user interface control width trigger I receive the following error: Child node "2" exited prematurely. Shutting down. Diagnostic information may...
Hello, I have noticed that visual states cannot be resolved in the following situation:  Namely, If two states have exactly the same...
Not sure if this is an issue or not with the library, but I was seeing lots of memory leaks in my apps Views. Turned out it was the Modifiers...
Hi, I need using ConnectivityTriggers. In view I wrote this code: `xmlns:connectivityTriggers="using:AdaptiveTriggerLibrary.Triggers.ConnectivityTriggers"` ``` ``` And this code not work. What I need write to ConditionModifier?
Hello, is there any trigger which works the same way like StateTrigger with IsActive property? I mean if I can use any from your triggers like logical trigger with bound...