TabPage order changes when I build

When I build my project, the order in which the tabs in a TabControl are displayed change.  Has anyone run into this before




Answer this question

TabPage order changes when I build

  • Jerry L. Winn

    Yea, this happens to me every now and then too, though I was so busy I never tried to figure it out, I would just reset it and be ok for a while.

    It seems to happen mostly to things that I dock.fll inside a tabpage.

    or anchor on all four corners.

    what about you

  • ink24

    I am not doing anything extra to the controls in the tab page.  I do, however, have the DrawMode on the TabControl set to OwnerDrawFixed and I am painting the tabs at runtime.  I don't think this would cause that issue, though.

    "... I would just reset it and be ok for a while. "
    The only problem with that is, once I reset it and compile, the order changes again.

    The project I am building is a sort of template/test bed for my application.  I think I'll rebuild it and see if the issue follows.

    Thanks for your reply!

  • TabPage order changes when I build