Configurable Label Width

Hi Webix Team,

I am using a combo. But I want to set its width should be configurable. Like autoconfig property of button.

https://snippet.webix.com/b7jjwx0b

Hello @leod1481,
Such property as autowidth has ui.label and ui.button only.
So you can use label + combo ( https://snippet.webix.com/caiehyfz ) where autowidth is used on label or it’s possible to count the width manually

Hi Nastja,

Now I have one button, how to make its label configurable?

https://snippet.webix.com/um3g0zpj

How autowidth works exactly?
https://snippet.webix.com/qi1dd4qz

use lower case autowidth:true,

Please note that autowidth property adjusts button to its text content.
So, referring to your examples it will looks like this: https://snippet.webix.com/j22t3kcu
https://snippet.webix.com/jxlicwy0

Hi Webix Team,

In this snippet I am hiding one button. But I want a solution in which my combo and first button should use whole row space.

https://snippet.webix.com/l370fnzp

Hello @leod1481 ,
It’s better to use hidden method of the button instead of css hide property
And after this you can use autowidth: true for the visible button
Please check https://snippet.webix.com/8nctv9v2