Component sizing and positioning problem

Good day,

I have problems with sizing the component.

https://webix.com/snippet/c0ecd96e

I want to change the height of second form and leave first form and template with an image in second form the same height as it is. But when the height of the second form changes so does the height of first form and template.

How to position the components so it wont change the size of each other ?

Thank you for your time !

you need to enclose each fixed/auto height element into rows layout with extra space element

Intregal wow , you are a lifesaver :smiley:

Thank you.