how works VScrollbar?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By swipis
:warning: Old Version Published before Godot 3 was released.

Hello,
Just simple question how works VScrollbar? I tried a Scrollcontainer but looks like not good for me, because I cannot control child nodes position, so maybe VScrollbar will better in my case.
Or maybe how to set positions of my buttons inside Scrollcontainer>Vboxcontainer, because button.set_pos not working.

Thank you

:bust_in_silhouette: Reply From: volzhs
ScrollContainer
    Control (set min size larger than scroll container)
        Button (set position wherever you want)

Thank you! that working!

swipis | 2016-06-07 08:48

Thank you! Worked for me also. Was hunting high and low for this

Robster | 2017-04-21 02:47