Why the order of tabPages was changed.

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

Guest

Hi, friends,

In my C#.net Windows MDI app, I have a Tab control. I added 12 tabPages in
the desired order to it.

However, when I run it, the order of tabPages was changed. I could not
figure out why. Any ideas? Thanks a lot.
 
This is a known bug, but I am not 100% sure of the cause.

I believe you had not selected the first tabpage before building/rebuilding
your project.
i.e After designing the 12th tabpage you did not reselect the 1st.

I've listed this on my site along with a workaround to correct the order.
http://dotnetrix.co.uk/tabcontrols.html --> tabpage order has changed
 
Back
Top