Greetings guys i'm stuck with this problem last night and until but i can't find any solution.
Every time i add a tabpage from my tabcontrol in runtime it's not in right order
i have 1 tabpage in my tabcontrol and when i add another page it goes perfect but if i add another it goes like this
Add 1 tabpage: tabpage1, tabpage2
Add another : tabpage1, tabpage3, tabpage2
and if i add another: tabpage1, tabpage4, tabpage2, tabpage3
is there a code that will arrange the tab in-order?