Hi, there.
I’m running into a problem, where the text in my textbox touches the edges of it, and that’s a concern to me. Is there any way of resolving this issue?
I’ve tried looking for someone with a similar issue, but couldn’t find anything.
Hi, there.
I’m running into a problem, where the text in my textbox touches the edges of it, and that’s a concern to me. Is there any way of resolving this issue?
I’ve tried looking for someone with a similar issue, but couldn’t find anything.
You can add a UIPadding
to the TextBox
. Set the padding for each side to be however much you’d like.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.