Replies: 1 comment 1 reply
-
Thanks for the question. Would |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a fixed size cell (in a Grid) that takes a TextBlock. I want to decrease the font size if the text is too large to fit with the default font size, so a Viewbox works wonder, however, if the text is really long then I'd like to just do TextTrimming as it's better to see part of the string than something so small you can't read any of it. Is it possible to constrain the child TextBlock to a minimum font size/scale and trigger an event so I can set the TextTrimming (or something along those lines)? I tried to create a subclass of the Viewbox but it's sealed so that didn't work. Any other suggestions?
Beta Was this translation helpful? Give feedback.
All reactions