I have a view that has images and texts at the top. At the bottom I have a TabView with different TabViewItems. Each TabViewItem has a different height since each one has different content.
I want the height of the TabView to match the height of the TabViewItem that is taller, but I can't do it.
If I don't specify the TabContentHeight property, only the TabView headers are shown and if I put a size to it, the content of the TabViewItems is cut off. What would be the correct way to do it?