to contain each of the tab’s contents. My purpose is to have a tabbed UI that matches the browser window size, by using
Copy code
height = 100.pc
Said
div
seems to break this discipline by allowing the contained element to grow in an unbounded fashion. I believe this would be solvable if, somehow, we would be able to style it. Any help? TIA!
r
Robert Jaros
12/29/2021, 1:30 PM
Unfortunately there is no simple way to access this component (it's protected member of the TabPanel class)
Robert Jaros
12/29/2021, 1:31 PM
The only way to style this
div
currently is by using external CSS classes or kvision style objects.
j
João Paulo Figueira
12/29/2021, 2:22 PM
Thank you for your quick reply! I will try to use your suggestion and will report back.