How to force a new line on a container with **LV_LAYOUT_PRETTY_MID**?

Description

How to force a new line on a container with LV_LAYOUT_PRETTY_MID ?

I need to force some labels and switchs inside a container to be align (same line) or to be in a new line.

Normally I would do it with a container inside the container but I got a new contour and it adds pad, so it doesn’t look like I want.

What MCU/Processor/Board and compiler are you using?

ESP32 on a T-watch V2

What LVGL version are you using?

V7

What do you want to achieve?

Be able, in a container, to have 3 elements on a line and have one in a second line and 2 elements in a third line.

What have you tried so far?

I tryed to use container inside container but it add visual effects which I don’t want

Code to reproduce

I will add later if necessary

Screenshot and/or video

I will add later if necessary