SettingsCard Header ugly behavior when shrinking horizontally #5023
Unanswered
Jay-o-Way
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note the following facts
<ColumnDefinition Width="*" />
while the other columns use Auto.Therefore the header will always give way to the content, even if you set wrapping on a textblock in the content.
This combination can lead to very ugly resizing behavior. See:
What can be a solution?
*
will still always give way toAuto
. So it wouldn't fix it?Beta Was this translation helpful? Give feedback.
All reactions