[C++ CLI] Making groupbox

Hello, its possible to make two groupboxes with same size (groupbox2 is on groupbox1) but make groupbox2 be not a child of groupbox1? I have one form where i have groupboxes and here i include buttons etc, but for example when i want to set groupbox2 visibility to true, then i must set groupbox1 visibility to true because groupbox2 is still hiden when the GB1 is hidden. how can i make groupbox as root, not a child? THanks
solved

create new groupbox called groupbox_main and this is parent container for all groupboxes
Topic archived. No new replies allowed.