-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Code Quality: Refactored VisualStates for InfoPane #17416
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
Code Quality: Refactored VisualStates for InfoPane #17416
Conversation
ed6f1a8
to
53cd654
Compare
The visual states don't seem to be setting the minimum widths for the info pane. |
29f1231
to
6b8494e
Compare
50e1017
to
de12090
Compare
PTAL. Now it is working as expected. |
97999e5
to
806f922
Compare
de12090
to
1afe863
Compare
1afe863
to
e906aff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is that a misclick? |
No, I was hoping you could check the behavior on your end. That said, I tested extensively on my side, and the behavior seems consistent with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not seeing any in app differences
Thank you for testing. |
Resolved / Related Issues
The reason why visual state manager failed to apply these changes within XAML was probably because the enums are inside the class. Now everything works as expected, removing extra lines of code.
Important
You should "Hide whitespace" in the diff view
Steps used to test these changes