Help with Label text line break

Hello, I'm having a problem with the Label function.

I get text from a CSV file for the description of an item and print it to a given Label, the problem is that the text sometimes is long and doesn't fit the screen, what can I do to detect when the text will not fit the screen and correctly break the lines?


Prints of 2 items, one of them has a short description and it's shown correctly, the other one is missing 2 or 3 words because it's outside the screen.

Set the width of the label to "fill parent" or 95%

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.