How to properly get vertical scrolling to work on flex panel?

I’ve been pulling my hair out trying to understand how to do vertical scrolling on a flex panel nested inside another flex panel. Maybe I’m overlooking something simple, and hope someone can help steer me in the right direction. Below is what my screen looks like

The panel BodyPanel has Flex (Column) layout, and Scrollable checkbox checked, and contains a bunch of children panels, but I cannot get it to be scrollable at all.

What do you want to achieve?

Vertical scrolling on the BodyPanel

What have you tried so far?

Set BodyPanel layout to flex. Checked the Scrollable checkbox

Screenshot or video

Others

  • SquareLine Studio version: 1.4.0
  • Operating system: Windows 10
  • Target hardware: STM32 MCUs

Show screenshot for setup bodypanel size

BodyPanel layout setup

And tree of the whole screen (sorry for multiple posts, I can only post 1 media as a new user)

image

Change Height to direct size for example 250px

1 Like

Thank you. That was it!

1 Like