How to hide some letters if the widget text is already at bound?

Here some example Image and preview.


The Text from the widget when bound it will do something like this

Any tips on where can I start?

Hey there @FateRacy! Text box widgets can already do this natively by checking the Overflow Policy and setting it to Ellipsis!

Hope this helps!

4 Likes

Thank you.

2 Likes

Oh I forgot, bonus information! If you’re using the standard (non input) variant of the text blocks, you have to enable clipping to bounds first then set it to ellipses. It’s a bit more buried than the text blocks.

5 Likes

Thank you so much!
Addition info: uncheck Auto Wrap Text

1 Like

Also make sure justification is not set to center