What's the programmatic way (ie not using styles as in this question, but using code) to hide the TabControl
header? I'll be glad for a snippet.
Actually, it's very straight forward to hide the tab strip. You just set each TabItem
s Visibility
to Collapsed
. You still see the tab content,...just not the tab header itself.