8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same issue as the button, long text does not increase the size of the checkbox, and the text ends up wrapping and looking horrid.
I know I can handle this by changing the .Visual.Width and .VIsual.WIdthUnits and all that mess.
I found this when I was testing adding checkboxes for the wpf tests and noticed that WPF doesn't have to set the width. https://wpf-tutorial.com/basic-controls/the-checkbox-control/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same issue as the button, long text does not increase the size of the checkbox, and the text ends up wrapping and looking horrid.
I know I can handle this by changing the .Visual.Width and .VIsual.WIdthUnits and all that mess.
I found this when I was testing adding checkboxes for the wpf tests and noticed that WPF doesn't have to set the width.
https://wpf-tutorial.com/basic-controls/the-checkbox-control/
The text was updated successfully, but these errors were encountered: