IAS – TextBox – How do I get a textbox to grow vertically depending on the text inside it?
28th June 2024
Hi Rui, There is a method in the Widget Class that allows resizing the box based on the content: SetHeightAuto(). The only problem, as far as I know, is that …