How to align ColumnPanel to bottom?

I am using the Material 3 design template and am trying to align a ColumnPanel component to the bottom of the screen. I have tried some examples here in the Q&A section but none works as expected.
This is the layout I would like to have. The ColumnPanel is fixed and aligned at the bottom of the screen and aligned left with the top RepeatingPanel.
The Repeating Panel should extend untill the top of the bottom columnpanel and when reached become a scroll view.

How can this be achieved?

For what you describe, you may need to write some HTML (which, for me, would mean starting with something like ChatGTP-4), and convert that into a Custom HTML Template, which you can then use with the drag-and-drop designer:

1 Like