Hello!
I need a little help from you.
I have a TabContainer with some nested TabPanels. Each TabPanel has different contents and so, there are different widths depending on the panel.
I would like to have the same width for every TabPanel. I have used Width="100%" in both, TabContainer and TabPanel, but the width of each TabPanel fits its content.
Any ideas?
Thank you!