Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Can anyone tell me how can I set tab order sqequence for complex design that contains MDI Form, nested tableLayoutPannels, Panels.
I have used TabOrder menu.
Is there any alternative to TabOrder menu?

Response is appreciated.



Thanks.
Rhishi...
Posted
Updated 26-Dec-13 20:06pm
v2

1 solution

I don't know how your page looks like however TabOrderMenu works perfectly fine for every situation though its tedious if you have lot many controls in one page.

For winforms I hardly think there would be any alternative.

However I can say if you don't want to have manual assignment of TabOrder, you can try to create the page and lay the controls one by one the way you want in your tab order. That will take its tab order automatically. If its very complex structure you can try GroupBox control.
 
Share this answer
 
Comments
RhishikeshLathe 27-Dec-13 2:19am    
thank you sir for your response,
but our project is already completed & want to set tab order for complete project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900