autoheight

Hi

Please compare result between this 2 snippets.
http://webix.com/snippet/b9a3d70c
http://webix.com/snippet/7ed3125c

I only change autoheight:true to height:“auto”.
Can you explain why height:“auto” is giving the result ? i don’t understand how

Hi,

The propertyheight accepts only numeric values. height:"auto" is invalid and causes the wrong height calculation.

so height:“auto” is only valid for type items ?