Hello everyone,
We are working on a Qt for WebAssembly application.
The main component is a GridLayout with 2 columns and we also want to make it work on a mobile screen.
So based on the width we make the grid with 2 rows and a single column.

Unfortunately when viewing it on mobile the Flickable id: flick (which is inside ColumnLayout id: left is not showing at all at the bottom in some cases and sometimes only shows a small part of the Flickable .

Below there is what I mean about showing small part of the Flickable (marked with red).

Screenshot 2024-05-19 210236.jpg

I want to make it stretch down and fill the remaining height at the bottom of it as much as possible.

The code snippet is here: https://gist.github.com/oranmehavi/9...8c0131988c55d4
Any help with how to achieve this will be much appreciated