Problem with line break:
I'm trying to use tag in a text component to break and jump line.
To only break break line tag works.
The code in the text component is generated by a flex component.
All other tags are working fine, like font colors, stile and size.
The code:
Code: Select all
Teste Conteudo relatorio.Teste linha 2.
It works?
Problem with Can Grow property
In the same text component, "can grow" property is "true" to grow and show all lines, but it gets the heigth to show the code above, and not the interpreted text.
How to fix it?
Thank you.