-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Textbox corner rectangle color #280
Comments
You're right thats... odd. It's hosted inside Without the element having a name, its a little tricky to track down. Nothing has the fill of #F0F0F0. I'll see if I can match it to anything else. |
Success! The issue was that MA.M doesn't have a ScrollViewer template and that grey rectangle (which happened to be set to Several elements like the
results in So the question do you, @Blooksa, is what would you like done with it? Just dump the rectangle entirely? |
Thanks! |
When using the TextBox control, and you set the TextWrapping property to NoWrap (important), there is an odd-colored rectangle in the bottom-right corner (between the scrollbars). See attached screenshots. They are taken from the existing Demo project, where I added a textbox. The trick is to set the TextWrapping property to NoWrap. I spent some time tracing it using Snoop, but haven't figured out a way to fix it.
I have provided a repro in a branch named textbox: https://github.com/blooksa/MahApps.Metro/tree/textbox
(A one-line change, I simply added a textbox in the MainWindow).
The text was updated successfully, but these errors were encountered: