TextWrapping - any way to force "break anywhere", i.e. without the word break algo? #17232
Unanswered
kuiperzone
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Within
TextBlock
, I'm looking to wrap text at the point of the overflow, rather than between words.So that:
I see
TextWrapping.Wrap
,NoWrap
andWrapWithOverflow
options, as also supported in WPF. However, there is no "break anywhere" option. I would have thought this would have been an easy one to implement! :)Is there any way to achieve this in Avalonia/WPF?
Beta Was this translation helpful? Give feedback.
All reactions