There is no way to break line in Text Class? If the length of a text is longer than his width the Text continue below?
Is very important to me do this in my app. It is posible?
There is no way to break line in Text Class? If the length of a text is longer than his width the Text continue below?
Is very important to me do this in my app. It is posible?
This should do it
<Text TextWrapping="Wrap">content...</Text>
Thanks!