How do I programmatically reorder the tabs in a TabControl? I need to sort the tabs depending on some conditions.
If it’s possible to do the reordering through the designer, i guess we must be able to do it through code at runtime too.
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.
You have to redefine your tab page collection, in order to change the index of your tab pages.