Unplanned
Last Updated: 10 Dec 2024 12:41 by Scott
Scott
Created on: 10 Dec 2024 12:41
Type: Bug Report
1
Text always wrapping when rendered by Skia engine regardless of text wrap property setting.

We have text box that needs to show all that it can without growing.

If text box is set to CanGrow = false. Text box does not grow as expected however it will wrap the text.

Setting text box to TextWrap = false and CanGrow to either true or false. When rendered using GDI+ it renders as expected.  When rendered using Skia it appears to always wrap the text.

Reports are deployed to a Linux docker image which is configured to use the Skia rendering engine.

Screenshot output using GDI+

Screenshot output using Skia

 

0 comments