![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | desik |
![]() |
Old Version | Published before Godot 3 was released. |
Hi guys,
I need to dynamically create a list of labels and layout them one by one vertically.
Labels will be created from JSON response from the webservice.
List will be limited up to 10 items. I know that I will have to use Label.new() but I have no clue how to implement nice vertical layout for it.
I am attaching a simple preview of what I need.
Any idea, what nodes should I use and how?
Thanks!