Not showing full text in small devices

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Show the full text in every devices

  2. What is the issue? Include screenshots / videos if possible!
    In 817x514


    In 1920x1080

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried tweaking AutomaticSize and CanvasSize but nothing happened

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

The text has AutomaticSize set to Y
The text has TextScaled on + a TextSizeConstraint with Mmin 23 and max 30
The text is inside a Frame named Container
The Cointainer also has AutomaticSize set to Y
The Container has a ListLayout
The Cointainer is inside of a Scrolling Frame named Content
The Scrolling Frame has a CanvasSize of {0,0} {50,0}
The Scrolling Frame has a ListLayout

2 Likes

Try TextSizeConstraint with Mmin 0 and max 30

1 Like

It seems to work, the text is too small but i’ll figure out a way to fix this.
Thanks :grinning:

2 Likes