Hello everyone!
I am having some issues with something. I am trying to build an accordion-like interface, that is I have some labels and once you click on them a window appears underneath and pushes everything down.
I have managed to make all that work with anchoring and some scripting. However, if I happen to have more than 3 of these windows I would need to add a scrollbar to it...and there lies my problem.
I create a scrollview, take these...widgets, put them under the scrollview as children, throw in a scrollbar and...nothing happens. When I expand my widgets they do get clipped, at some point I even got the scrollbar to show, but whenever I drag it, nothing happens...
What am I missing?