AutoWidth for labels Property Sheet

Hello! Tell me please, how can I make autoWidth of the labels (nameWidth property in config of Property Sheet view) in Property Sheet?

May be possible to make a label on multiple lines if it is longer than the width?

Hello!
Unfortunately, Property Sheet doesn’t have such property as autoWidth. As a solution, you can use webix.html.getTextSize to search max width of label and then insert the result into nameWidth.
Example : https://snippet.webix.com/aubwd39z

Many thanks! That’s what I need!