microsoft / microsoft/microsoft-ui-xaml
NavigationView should have a way to set CornerRadius and BorderThickness of the content in left-pane mode
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 8.4k
- Forks
- 942
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 105
Description
In left-pane expanded or collapsed modes, the Content of the NavigationView is shown with a rounded upper-left corner while the other corners are not rounded. Not everyone wants this look! It should be possible to set the CornerRadius of the NavigationView's content (or at least have it equal to the CornerRadius of the NavigationView itself). There also seems to be a very thin 1 dpi border around the content (in left modes, and above the content in top modes), which is not always desirable. I looked through the control templates but could not find the source of either one. These should be definable by the user, either through resources or properties.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the NavigationView control templates mentioned in the issue and inspect how the content's corner and border visuals are defined in left- and top-pane modes. Determine whether resource or property customization is appropriate; done means users can control the content CornerRadius and BorderThickness without changing unrelated NavigationView visuals.
Written by the indexing model from the issue text.
Assessment
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100