Re: WPF and the tab control
I assume that you are talking about working in the XAML Design view? One way to switch tabs is to set the SelectedIndex of the TabControl in the Properties window.
Re: WPF and the tab control
I'm having this same problem, but it's very strange -- I have to use SelectedIndex at work to change tabs (VS Pro), but at home I have an installation of VS Team and I can click on the tabs to automatically switch TabItems. I wonder if it's a subtle difference between the two versions?
Re: WPF and the tab control
Maybe, I don't know for sure. I'm running VS 2008 Development Edition version 9.0.30729.1 for what it's worth.