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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top