Godot is an engine born for games. It 's true, but it's very powerful for building applications too. Unfortunately around I do not find any tutorial that teaches how to use the UI objects (panel, treeview, itemlist, ect.).
For example, how to make a list of scrollable and clickable buttons, like this?
https://api.jquerymobile.com/resources/listview/example1.html
Probably with VButtonArray control, but how to implement this?
Thanks in advance.
-j