vote up 2 vote down star

So I have a form with lots of controls that all have a tab index.

After inserting some extra fields, I have to edit the index of all controls after the new ones.

Is there a simple way to automate this in Visual Studio, or is there some sort of plugin?

flag

80% accept rate
hmmm yeah win or web forms! – redsquare Jan 4 '09 at 23:07

3 Answers

vote up 5 vote down check

Assuming you are talking about a Windows Forms UI. You can click Menu: View | Tab Order, then just click through th controls that you want the tab order to be in. There doesn't appear to be anything similar for web-based UI in Visual Studio.

link|flag
Thanks, didn't know about this! – Ward Werbrouck Jan 4 '09 at 23:12
+1. Hi Mitch! Showed one of my colleagues this recently! – Mitch Wheat Jan 6 '09 at 14:45
wow it revealed that groupboxes are like master to the contained controls, thanks a lot! – Eric Apr 6 at 21:40
vote up 1 vote down

Make the tabindex's increment by 5 or 10 then if you do insert new controls you dont have this issue.

link|flag
vote up 0 vote down

MZ-Tools has a TabIndex Assistant.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.