Navigating from one tab to another on button click

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • namrataa
    New Member
    • Mar 2008
    • 15

    Navigating from one tab to another on button click

    Hi,
    I am working on mediaplayer using mediaelement in WPF usin VS2008 using C#. In my mediaplayer I have two tabs one is "Now Playing" and another is "guide". The "guide" tab is focused.The "guide" tab has some pages which allows user to select videos. When the user selects the video I want the "now playing " tab to be focused. So please help me to change the tab.
  • malav123
    New Member
    • Feb 2008
    • 217

    #2
    Originally posted by namrataa
    Hi,
    I am working on mediaplayer using mediaelement in WPF usin VS2008 using C#. In my mediaplayer I have two tabs one is "Now Playing" and another is "guide". The "guide" tab is focused.The "guide" tab has some pages which allows user to select videos. When the user selects the video I want the "now playing " tab to be focused. So please help me to change the tab.
    Are you using Ajax Tab container ?

    Comment

    • namrataa
      New Member
      • Mar 2008
      • 15

      #3
      Originally posted by malav123
      Are you using Ajax Tab container ?
      Hi,
      No I am not using AJAX Tab container . I am using WPF Tab control .

      Comment

      Working...