Skip to content

Conversation

@apachezy
Copy link
Contributor

@apachezy apachezy commented Dec 23, 2025

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

Text truncation occurs in LeftFluentNavigationViewItem due to fixed width constraints, preventing complete display of longer strings such as "Settings".

Example:
Settings

Issue Number: #1057 , #17

What is the new behavior?

Example:
Settings

Other information

  • Navigation pane does not update when switching from Left compact view to Fluent view; root cause investigation pending, will be fixed accordingly.

…ssue

- Changed Width to MinWidth to allow NavigationViewItem to expand automatically and display full text content
@github-actions github-actions bot added controls Changes to the appearance or logic of custom controls. styles Topic is related to styles PR Pull request navigation Changes to navigation related controls. release labels Dec 23, 2025
@apachezy apachezy marked this pull request as ready for review December 23, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

controls Changes to the appearance or logic of custom controls. navigation Changes to navigation related controls. PR Pull request release styles Topic is related to styles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Width of NavigationViewItem can not be auto-sized NavigationItem (store) support for longer names

1 participant