Resizing Flexboxes

Hi everybody,

How do I implement resizable flexboxes (like with the old StretchableLayoutResizerBar)? I don’t see a ready made class for this in the API and hand writing this seems pretty nerdy.

i think there are some “auto” flags for flex items itself, that let the boxes to be resized.
Look at the demo/flexbox ,and tweak the flags on the gui to get a grasp of the several neat scenarios you can achieve …

Is this new in JUCE 5? The 4.31 demo doesn’t have a auto feature (or I am too stupid to find it)

double check, it is pre 5 feature.

But there isn’t something like StretchableLayoutResizerBar for flex-layouts, or?