Editable Textbox - Vertical Scroll

How do you get an editable textbox to scroll vertically as the player types?

There is Multi Line Editable Textbox for that, it does automatically.

Here is Example-
Here I have only written 1 Para, After exciding its Side Margin it automatically adds new line vertically

Here is with 5 Paras

Hi,

Thanks for your response. Does this also apply to Text Box (Multi-Line) - which is also editable? Do you have to adjust margins to make the scroll vertical? I can only get a horizontal scroll at the moment.

Yes, It applies to both Multiline (Text and Textbox) but for it to work you have to predefine its bounds especially Horizontal so that it won’t expand horizontally

Here you could see I have both Multiline Text and Multiline Textbox (One is for UI Text and other is for Player Input but could be Disabled through Read Only Option)


Here, I have used Horizontal Box with 0.5 and 0.5 Fill for both Multiline Text and Textbox and both of them Expand Vertically since they can’t expand Horizontally.

Also I am using Default Settings for both Multiline Text and Textbox.
Do note- It does not Apply to (“Text”), only Multiline Text or Multiline Textbox