Instead of at the top I wan't my tabs on the left side. I changed the template for the the TabControl so that the TabPanel would appear in first column and the second column would host the content.
Problem is I'm not sure how I change the TabPanel's layout so the tabs appear stacked vertically.
I know in normal ItemsControl objects its the ItemsPanel that I should change. How can I do this?