TabPages reordering?!?

  • Thread starter Thread starter Anders Johansson
  • Start date Start date
A

Anders Johansson

Hi!

I uses the TabControl included in .Net Framework.
Sometimes during design time I have recognized that the TabPages are
reordering. It is a rather annoying behaviour.

Anyone that experienced that to and has a solution for it?

Thanks

Anders
 
* "Anders Johansson said:
I uses the TabControl included in .Net Framework.
Sometimes during design time I have recognized that the TabPages are
reordering. It is a rather annoying behaviour.

That's a "known" bug, but I don't know a solution. What you can do is
removing the tabpages at runtime and re-adding them in the right order.
 
Hi Herfried!

Yes, maybe I should do that after InitializeComponent in the Constructor.
At least they show up in the correct order during runtime.

Thanks

Anders
 
Back
Top