Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

[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