tabview scrollbar and resize

Hello,

Can somebody advise how I can add a scrollbar for tabview?

http://webix.com/snippet/49c6c3ad

Secondly, how can I keep the initial tabview width, despite the size set for the layout inside the multiview?

Thanks in advance

Hello,

  1. You need to set the scrollview as a parent container for needed views (in the following sample, it’s set to the entire tab)

  2. For now, the body of your 2nd tab fits the 250px of the inner column. You can add a spacer (an empty view) for adjusting the body to all available space:

http://webix.com/snippet/25b9376b

Thank you, it works well.
Is there a way to hide the scrollbars when not needed?

http://forum.webix.com/discussion/1227/how-to-hide-scrollbars-of-scrollview-when-scrollbars-are-not-needed#latest