microsoft / microsoft/microsoft-ui-xaml

The "Exit" button at the bottom is cut off

Open
#11,108 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-NavigationView
Dominant language
C++
Stars
8.4k
Forks
942
Avg merge
2d 7h
Merged PRs (30d)
105

Description

Describe the bug

In the current interface, the power icon button located at the bottom-left corner is partially cut off by the bottom edge of the window. The icon is not fully visible, which may affect user interaction.

Steps to reproduce the bug


<NavigationView.MenuItems>










</NavigationView.MenuItems>

<!--  底部菜单 - 退出登录  -->
<NavigationView.PaneFooter>
    <NavigationViewItem Content="退出"
                        Icon="{ui:FontIcon Glyph=&#xE7E8;}"
                        Tapped="LogoutItem_Tapped" />
</NavigationView.PaneFooter>

<!--  内容区域  -->
<Frame x:Name="ContentFrame" />
Expected behavior

No response

Screenshots
Image
NuGet package version

2.0.1

Packaging type

Packaged (MSIX)

Windows version

Insider Build (xxxxx)

IDE

Other

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the packaged WinUI app using the provided NavigationView and PaneFooter markup on the reported Windows Insider build, then inspect the bottom-edge layout behavior. Done means the Exit item and power icon are fully visible and usable; record the app dimensions, OS build, and a minimal reproduction.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.