Why TText Trimming does not work when WordWrap is

2019-03-04 18:16发布

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:

the screenshot of my problem

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:

enter image description here

2条回答
手持菜刀,她持情操
2楼-- · 2019-03-04 18:52

Do not use the underscore when you define variable in tag xml.

查看更多
放我归山
3楼-- · 2019-03-04 18:56

This is a known bug and it has been fixed in 10.3 Rio.

See: https://quality.embarcadero.com/browse/RSP-20529

查看更多
登录 后发表回答