How to disable vertical scrolling on Editable text (Multiline) ?

Hi,

I am making a editable multiline textbox. I want a simple box with a given size and the player can write whatever he wants inside it. The problem appears when the player reaches the bottom of the box and he can continue writing and a vertical scroll appears on the side.

I want to remove that scroll bar and limit the text to the box. I tried manually counting lines and characters, making arrays, and I haven’t got a solution and there should be a simple way to achieve this. It seems very strange to have the vertical scroll always…

PD: the horizontal scroll disappeared using the Autowrap per character.

Thanks in advance.