2023-11-14 04:59 AM
Hi,
I was placing text into a text area, and no matter what I do, it comes out cut from the sides.
the code:
I suppose it could be the bounding area, but how can I fix this?
2023-11-14 06:20 AM
Hello @ArthurStone ,
Consider using static size for your Text Area and give it a size large enough to accommodate the text. You can specify the size your self through the designer by unchecking Auto-size.
I hope this helps you