Tab pages out of order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Tab page with 5 tabs on it. For some reason in the IDE, the tabs don't stay in the order I want them. The second tab moves to the end, and the last tab moves to the second position. I put them back in order and save the form, but they always go back out of order.

What gives?????

IDE Visual Studio 2003
 
Mark,

A well known bug, have a google on this newsgroup for that. You have to set
the Z order everytime again.

(The way they are added to the tabcontrol. I never tried it, however writing
this I get the idea that maybe use a bringtofront in a loop helps).

Cor
I have a Tab page with 5 tabs on it. For some reason in the IDE, the tabs
don't stay in the order I want them. The second tab moves to the end, and
the last tab moves to the second position. I put them back in order and
save the form, but they always go back out of order.
 
Hi,

Known bug
http://www.syncfusion.com/FAQ/WinForms/FAQ_c93c.asp#q959q

Ken
--------------------
I have a Tab page with 5 tabs on it. For some reason in the IDE, the tabs
don't stay in the order I want them. The second tab moves to the end, and
the last tab moves to the second position. I put them back in order and
save the form, but they always go back out of order.

What gives?????

IDE Visual Studio 2003
 
Back
Top