Scrollcontainer not allowing interaction with other nodes

Godot Version

4.6

Question

hi im having some trouble with an attention seeking scrollcontainer. when i try to select an item or scroll on the itemlist when the mouse is over the higlighted area(the scrollcontainer) it doesnt work and messing with the focus has shown no results. please help

Try making an HBoxContainer the direct parent of your ItemList and ScrollContainer|

The ScrollContainer is drawn over your ItemList now. That can’t be what you meant to design right?

thanks for helping me! im used to how layers work on drawing apps so i didnt realize the container was actually on top of the list

Yeah, think of UI layout like html if you have a little experience with that. Then it makes a lot of sense.