How can I store a series of text?

@yuyake79 What you’re trying to accomplish is perfectly doable. What kind of widget do you want to add to the vertical box? Just a text block?

While you cannot dynamically spawn text blocks, there is a simple solution. Create a custom widget that holds just a single text block with an exposed variable (I called it VerticalBoxLine here). Then you can populate the vertical box by spawning lines of text like so: