Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
SimpleTextBlock throws exception if second line has more than 9600 characters
posted

Hello team,

We are confronted with an interesting behavior that was explicitly programmed into the SimpleTextBlock and causes problems in our program.

If the second line of a SimpleTextBlock is longer than 9600 characters and TextWrapping is set to NoWrap, the SimpleTextBlock throws an exception.

We are using version 15.1.

Is there a newer updated version that allows more than 9600 in the second line when NoWrap is set?

If we set TextWrapping to Wrap, other unwanted side effects occur, so this is not an option.

Best Regards