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?