Hi,
There are some threads in the forums, but they seem to ask for section stack sections which are vertical.
In screenshot a mockup of what I mean.
I thought it would be easy to add a SectionStackSection as peer of another one. So if Green Cube is clicked, it would also collapse/expand Green Pawn (was my hope). But SectionStackSection isn't a canvas, so I can't use addPeer().
There isn't an arrow on Green Pawn, but clicking it would also collapse/expand Green Cube.
An other way is to put those 2 sections in a stack themselves, which is a section of the main stack with an invisble section header. And then maintaining the clicks myself. Which sounds like a hassle, so is this somewhat possible to have these 4 sections with just 1 stack?
TIA
There are some threads in the forums, but they seem to ask for section stack sections which are vertical.
In screenshot a mockup of what I mean.
I thought it would be easy to add a SectionStackSection as peer of another one. So if Green Cube is clicked, it would also collapse/expand Green Pawn (was my hope). But SectionStackSection isn't a canvas, so I can't use addPeer().
There isn't an arrow on Green Pawn, but clicking it would also collapse/expand Green Cube.
An other way is to put those 2 sections in a stack themselves, which is a section of the main stack with an invisble section header. And then maintaining the clicks myself. Which sounds like a hassle, so is this somewhat possible to have these 4 sections with just 1 stack?
TIA
Comment