Chage form height on width change

Hi, how i can change form height, and form elements height on width resize. I got form inside resizable container, and when i resize it width, inputs with long label is colllapsing. Something like this http://webix.com/snippet/ada1a17c .

Hi,

You can try to use the ui.template instead, as it can be autosized to content:

{
  view:"template", //optional
  template:"Some Long text",
  autoheight:true
}

Sample: http://webix.com/snippet/545d8540

Docs: http://docs.webix.com/desktop__template.html