Fill your screen with string chars

hello,
How can I know how many chars I need to fill my application screen width if i am using lable. 14 type size

It depends on the text content.

'l' is narrower than 'm'.

If it space (" ") how i can know how many spaces i need to fill all the width of the screen?

A Label with Automatic .Width can respond to its .Text content by increasing its size.

Show Label1.Width in another Label to see how it increases by content.

I understand thank you

blocks
demo


text_width.aia (2.0 KB)

I played with this once.
Here's my toolbox.

1 Like

Thanks you very much

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