Hello
I recognized that elements in horizontal layout seems to always get the height of the layout (No matter whats set to height or maxHeight). So if the layout is 60px height, all elements within also becomes 60 pix height. The same happens with the width in vertical layouts.
But I need to size each element separatley if needed.
For sample I have a line (horizontal layout) containing two input fields with the label on top and a button. The line becomes 60px height and so also the button. But I need to have the button only 30px height an flow on bottom on this line.
Sorry for the delay in answering.
I tried to reproduce the problem: https://snippet.webix.com/l1zyx1lm
If you define the height directly to the layout, so it’s the main size of the layout. As another side, if the size isn’t defined, the layout fit into child views.
I can recommend you to use minHeight: https://snippet.webix.com/lwp60xuf