Scroll container not containing what it should

Godot Version

v.4.1.1

Question

I am learning godot so maybe there is easy solution and its not bug but i wanted to use scroll container with Vbox container to make a scrollable list list of buttons. It worked once but when i tried doing this second time, instead of scrolling through button(“Ulepszenie1b”), its scrolling through RichLabelText(“Sprzedaż”) which isn’t even in Vbox container tree.

image
image

Your scrollcontainer should work fine. The scrolling above is part of the richttextlabel(“Sprzedaz”)

1 Like

I gave up to quickly and made a post here but after 10 min i found out that scroll container was working as it should be and the text strangely scrolling was because i had scroll active on, in RichTextLabel.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.