About Tabsheets

Hello,I am new to VAADIN
I am using Tabsheets for our project UI.
Whenever i am clicking on tabs,if there is a data it is showing normally.
But if there is no data,TabSheet height is geeting down.
How can i solve this problem.
can anyone give me the solution quickly

Do you mean that if you don’t have enough content, the tabsheet only takes as much room as the contents do? If you do, then setting tabsheet.setSizeFull() or tabsheet.setHeight(“100%”) might be what you are looking for.

I hope that helped, but if not, elaborate a bit on your situation and we’ll try again :slight_smile: