When the tabview have n number of tabs beyond the view, there is a ‘…’ icon to browse the hidden tabs. How to change the style of that menu?. i.e. remove borders, change height of menu item etc.
Is there a way to create scrolled tabs like in android?.
What I meant was for example,
when your view (in the above snippet) have 6 tabs shown initially, when you click the 6th tab, it should scroll towards -x so that it will show 7th tab for selection. so I don’t have to scroll towards -x direction to select the 7th tab. It can be done using showItem(), but how to do it on +x direction also?. http://webix.com/snippet/23ad69bd
In the above example, when I click the 6th tab, the whole remaining tabs were scrolled to -x instead of one tab scroll.