-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug with HorizontalContentAlignment not working on NavigationViewItem #1325
Fix bug with HorizontalContentAlignment not working on NavigationViewItem #1325
Conversation
@chingucoding Thanks for the fix! From the screenshots looks like you created a test page locally to test out the changes. Can you add your page here? I'm working on visual tree verification tests and hopefully we'll be able to capture visual changes like this in the visual tree. |
Sure, I will do this over the weekend. Should I just add the page or should I also wire the page into the "NavigationView Navigation" (the page with all the buttons leading to different NavigationView test-pages) too? Is there anything I need to watch out for? |
It would be the best if you can wire it, that way I can easily add a visual tree verification test for that when infrastructure is ready. Other than that, nothing special you need to watch for I guess, just add what you currently have to the new page and we should be good to go. Thanks! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
🎉 Handy links: |
🎉 Handy links: |
Summary
Fixed a bug where setting the HorizontalContentAlignment of a NavigationViewItem would not be applied.
Motivation
Fixes #481
Screenshots