Skip to content
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

1642 - hint-text wrapping #268

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

vicdotexe
Copy link
Contributor

@@ -20,7 +20,8 @@
TextWrapping="Wrap"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Width="{Binding ElementName=TopRowGrid, Path=ActualWidth, Mode=OneWay}"
MaxWidth="{Binding ActualWidth, ElementName=TopRowGrid}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vchelaru
This control doesn't appear to actually have an element named "TopRowGrid", I just left the element name as-is incase it was somehow working in a way you knew of that I couldn't see... mostly because I was too lazy to figure out how to throw a nullable bool in the variables. You may want/need to circle back to this and modify it to use the "GroupBox" element name.

@vchelaru vchelaru merged commit ea37842 into vchelaru:master Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resized windows do not adjust their fields width both ways
2 participants