问题
I'm using Rad Studio 10.2.3. In my form when I have a TText with long content, I set WordWrap property to "True" and Trimming property to "Word".
In design time everything looks good but in runtime and in android platform there is a problem as shown in the picture:
What should I do to avoid this?
Update:
I installed RAD Studio 10.3 Rio and tried again. Now the meaningless characters are gone but the trimming problem is still there, just like the image below:
回答1:
This is a known bug and it has been fixed in 10.3 Rio.
See: https://quality.embarcadero.com/browse/RSP-20529
来源:https://stackoverflow.com/questions/54001917/why-ttext-trimming-does-not-work-when-wordwrap-is-enabled-in-firemonkey