dotNet tabControl tab order

Hello, I'm updating a tool from using aX tabs to using dotNet tabs, and I've found a little issue. When I click on a tab, it changes the order of the tabs and brings the selected tab to the bottom. This isn't a huge problem as all the tabs still work and open what they should, but I just find it doesn't look good visually.

I'm picking through all the many properties of the tabControl and tabPages to try and find something that will maintain the initial order my tabs, but if anyone could give me a pointer to what I'm looking for it would be greatly appreciated.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Marco Brunetta's picture

I don't think you can. AFAIK

I don't think you can. AFAIK that's the default behavior for tabs, and if that didn't happen the tabs would look strange since they would look "cut". Normally the tab extends into the rest of the rollout... kinda of hard to explain without an image.

kevinala's picture

Oh really? Hmm, alright

Oh really? Hmm, alright thanks for the info.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.