-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
WinUI π Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionality
Description
Describe the problem this feature would solve
A few of our triggers use their own IsActive Dependency Property, and so it seems like refactoring the bool property (as useful as it is) into the parent base class (StateTriggerBase) would be in order.
Describe the solution
StateTriggerBase would be the proud new parent of a bool IsActive dependency property (and potentially also an OnActiveChanged event), which would then be inherited by any subsequent child classes.
Describe alternatives you've considered
Repeatedly adding the same boilerplate IsActive dependency property code to each trigger that needs it is not sustainable.
Additional context & Screenshots
Take a look at #1460
dotMorten
Metadata
Metadata
Assignees
Labels
WinUI π Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.Related to WinUI 3 Version or when paired with External can mean requires fix in WinUI 2/3.feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionality