Hi, I have a Vaadin TabSheet and I created 4 Tabs, but I want all these 4 tabs to spread for the whole width of my Tabsheet. Currently they only span about 50% of the width.
I have tried setSizeFull(), setWidth("100%") on the tab object as well as tabsheet object and it doesnt help.
Please let me know if anybody has any idea how to do it.
thanks dheeraj