Alternative to hide()

I know there is close and hide, but I’m wondering if there’s an alternative to visibility: hidden, which will allow the element to preserve it’s space once hidden?

I know I can user addCss, but just wondering if there’s a Webix way.

The only alternative without setting the CSS is to embed the control to the additional layout with the fixed size, in order not to affect the parent layout:

https://webix.com/snippet/b74a8d06

This is late, but thank you! @Listopad