Menu preventing collapse

Hey, I’ve managed to make collapsing groups, basically hiding and showing groups, with an effect when collapsing height. Great.

I’ve also tried to add a menu on the header of the parent of the collapsing group. However, it seems this is preventing the collapse of the other group. :thinking:

Really I’m not sure what’s causing that. I made the menu and menu items collapse height when not visible, so it shouldn’t be a bother. BTW am I using the right stuff to make a menu?

1 Like

I’d suggest using a group focus for the menu. That should “float” above the other groups and not affect their ability to collapse.

I’ve done this as a reusable element with the menu icon image
combined with the menu group:

See if that works better for you.

1 Like

Perfect thanks.