Tabsheet height

I’ve a VerticalLayout containg aTabSheet and some other components.
When the selected tab changes the TabSheet resizes depending on the content.
I need to have the TabSheet height fixed at the maximum height but without fixing it with setHeight(“100px”).
I mean I need to have it as bigger as needed to show all tabs in a stable way.
Is it possible ? How ?
Tks
Tullio

Could you provide an example? Not sure I understand what you’re trying to achieve.