I have two Control nodes as children of another node sharing space on the screen, and within both I want to have ScrollContainers or similarly operating nodes the user can interact with. However, just changing the zindex does not do anything in that regard besides visually; the top one will always take the user input. I cannot just hide the other control node, though, because only some of the parts (like where the ScrollContainers are) actually overlap; it would be jarring if the user couldn’t see one Control’s children when utilizing the other. Is there a way to get around this, or do I just need to break up the Control nodes into multiple and try to synchronize them with signals?