i am with a problem on tab index.
I have made a form and set the tab index, by code to all Control on that form.
Howerver the tabindex is not folowing the correct order.
I already set all the Controls to isTabStop to true. Someone have any kind of ideia why this
is happend´s?
Thanks for help.
If the tab index you assigned to a control is already used on another tab page you can’t reuse the tab index. Go reset the tabindex in some way and renumber by hand.
Splitting tab content into different user controls should help.