Is there a way, in XAML, to cause the tab item headers to stretch across the width of the tab control.
For example, I have three tabs, red, blue and green. I have a tab control with it's width set to auto, the tab headers will only fill up part of the space above the tab content, I want them to fill up all the space.
I have an idea how to do this in a code behind which I am working on now, but I am interested in doing this the easiest way possible.
Edit--4/7/08
More specifically if I have 4 tabs I want each tab to take up 25% of the space.