Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
TabSheet set one tab as freezed?
Hi,
I'm wondering if TabSheet provides the ability to freeze one tab.
I've tried many thing but can't reach the result.
For now I use a tabSheet to render a grid containing results of a request. The first tab is my result grid. When double-clicking on any row of this grid, a new tab is set visible and populated with extended results retrieved from row double-clicked.
Despite the fact that I've limited number of tabs to 10, it might happen that my "grid tab" becomes invisible when many tabs are visibles. So my question is to know if I can freeze this particular tab but still get the arrows to navigate between my "product tabs".
I hope my question is clear.
Thanks,
François