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

Parents
No Data
Reply
  • 7535
    Verified Answer
    Offline posted

    Hello Adrian,

    Thank you for your post. I have been looking into the behavior you have reported. I created a sample application based on your scenario in order to test it and I could not managed to reproduce the issue that you have described agaisnt V24.1.

    If you are not able to reproduce the issue with the attached sample application against V15 also then  would you please modify it with the functionality, that you are using, so it reproduces the issue. then i will test the same against V24.1 to verify. 

    Because its possible that we had the issue with older version 15  which is fixed now.

    6378.Sample1.zip

Children