In my c# project for my form, it seems the only way I can change tab orders is to go into each property and change each TabIndex or visually click on View / Tab Order and click on each field in desired order so long as I click accurately each time. Since
I'm oftentimes redesigning my form and moving fields and buttons around, I was wondering if there's perhaps a global way to automatically re-order my fields maybe where I can increment them all by 10 so I could allow room for 8 or 9 or as many buttons I need
to add at the top, or perhaps insert new fields and squeeze them in and bump up the rest of the fields tabindexes so I don't have ambiguity in tab orders.
↧