CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2009
    Posts
    1

    WPF and the tab control

    I am about dead certain that in VB Express 2008 that I was able to have multiple tabs. And, on each tab I put controls. I could also click on a tab and see the controls only on that tab.

    I am now in Visual Studio Pro and I cannot for the life of me look at what is on a specific tab. Only the first tab wants to shows its controls.

    Does anyone know how to enable the environment to allow me to view the controls on different tabs?!

  2. #2
    Join Date
    Jan 2009
    Posts
    36

    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.

  3. #3
    Join Date
    Jun 2009
    Posts
    1

    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?

  4. #4
    Join Date
    Jan 2009
    Posts
    36

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured