-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitieshelpers β
Description
Describe the problem this feature would solve
I try to run the FullScreenModeStateTrigger but it ain't catch the Tablet Mode settings that have been changed. so I just running code in class rather than XAML at this time.
Describe the solution
it can make me do something in XAML when IsVisibleChanged of Window's TitleBar has been changed.
Describe alternatives you've considered
just look like the FullScreenModeStateTrigger function.
Additional context & Screenshots
xmlns:triggers="using:Microsoft.Toolkit.Uwp.UI.Triggers" />
...
<VisualState.StateTriggers>
<triggers:IsTitleBarVisibleStateTrigger IsVisible="true" />
</VisualState.StateTriggers>
dpierangeli and omikhailov
Metadata
Metadata
Assignees
Labels
feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitieshelpers β