I have create a tabcontrol in Silverlight 4 with four tabs, is possible open a tab with button?
this cose is only windows forms
tabControl1.SelectedTab = tabPage4;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
TabControl.SelectedIndexproperty to change the selected tab from code.For example, when you want to select the third tab: