Page 1 of 1

Issue with cell text wrap

Posted: Wed Sep 23, 2020 2:44 pm
by liisi
Hi,

I have a table with text and spaces in the end.
The full date should fit into the cell but in RichView ActionsTest demo application it seems to push the date to two rows.
In WordPad for example it shows the full date on one row.

Please advise.

Re: Issue with cell text wrap

Posted: Thu Sep 24, 2020 7:09 am
by Sergey Tkachenko
This means that the text does not fit.
ScaleRichView and Wordpad may calculate text width slightly differently (in different DPI). One pixel difference - and the text will be wrapped.
To make sure that it is not wrapped, you can set "no wrap" flag for the paragraph in ScaleRichView.

Also, Wordpad ignores any count of ending spaces, while ScaleRichView counts line width with them.