Skip to content

[Feature] Need a new IsTitleBarVisibleStateTriggerΒ #3711

@ProJend

Description

@ProJend

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature request πŸ“¬A request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitieshelpers βœ‹

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions