InterviewSolution
| 1. |
Can It Possible To Make Custom Triggers In Uwp? |
|
Answer» Yes we can CREATE our own triggers by CREATING a custom class INHERITING from StateTriggerBase.,Custom triggers helps the developers to change the state of the Visual state of the App based on certain conditions like App size changes and change the controls to fit in to the app’s layout and need to change the controls sizes when the user uses the app in EITHER MOUSE mode or touch mode and so on. Yes we can create our own triggers by creating a custom class inheriting from StateTriggerBase.,Custom triggers helps the developers to change the state of the Visual state of the App based on certain conditions like App size changes and change the controls to fit in to the app’s layout and need to change the controls sizes when the user uses the app in either mouse mode or touch mode and so on. |
|