height of tab in multiview

Can I modify the height of tab in a multiview?

try to use tabbar option of tabview config and set tabbar’s height there
https://docs.webix.com/api__ui.tabview_tabbar_config.html
https://snippet.webix.com/19aed272

No, I mean, the height of the tab, in your example, I want to increase the height of cell list, just that

@Dalaz
sorry, before I sent not saved snippet
check this
https://snippet.webix.com/2y1eko0w

@intregal and how can i set the property ‘keepViews’? this is why i choose multiview instead of tabbar

@Dalaz
you can override all multiview settings in dedicated multiview parameter
https://docs.webix.com/api__ui.tabview_multiview_config.html
https://snippet.webix.com/ezlwxeez
indeed you can create separate tabbar and multiview and link them by tabbar’s multiview parameter
https://docs.webix.com/api__link__ui.tabbar_multiview_config.html