hide carousel side buttons

Is there a way to dynamically hide/show the side buttons of the navigation? I know there is a way to hide them initially but can it be done on the fly?

Hey @Jendrik, it does seem that it is not possible to hide/show carousel navigation buttons dynamically, the only somewhat decent way to do this I’ve found is to use the webix.ui constructor to dynamically rebuild the ui.

For instance, we can rebuild our carousel with a different config: https://snippet.webix.com/37hzbzie.

Naturally, you can also do this via css, for example you could add a css class on button press and trigger display: none: https://snippet.webix.com/gnd0am0v.