Is there any way to have to tabcontrol take the size of the largest tab item (well, actually, the tabitem\'s content)?
Since the tabcontrol has no specific size assi
It's probably not in the proper WPF way, but, if you already have all the content elements, you could maybe loop through them on load and set the height of the TabControl programatically.
TabControl