View and edit the Tab Order of Windows Forms Controls
The Tab Index (or tab index) is used to define the order in which the controls are browsed by the user when the user uses the Tab key.
This value can be changed by selecting a control in the Designer and setting the TabIndex property in the property grid. When the window contains only one or two controls it is simple. On the other hand, when the window becomes more complex, it becomes difficult. The Windows Forms designer is quite well done, providing a simple way to view and modify the tab order
Just click on the controls in the desired order and save. Simple and efficient !
This feature is in the View / Tab Order menu.
And there you go, no more excuses for not properly managing the order of control selection.
This post is part of the series 'Visual Studio Tips and Tricks'. Be sure to check out the rest of the blog posts of the series!
- View and edit the Tab Order of Windows Forms Controls (this post)
- Comparing files using Visual Studio
- Visual Studio Tips and tricks: Clipboard history
- Visual Studio Tips and tricks: Open recently closed files
- Visual Studio Tips and tricks: Multi-line and multi-cursor editing
- Visual Studio Tips and tricks: Extend/Reduce selection
- Visual Studio Tips and tricks: Undock/Re-dock a tool window
- Visual Studio Tips and tricks: Regex editing
- Visual Studio Tips and tricks: Find the current opened file in the solution explorer
- Visual Studio Tips and tricks: Default startup project
- Visual Studio Tips and tricks: Open the documentation of a symbol
- Visual Studio Tips and tricks: Paste as JSON
- Visual Studio Tips and tricks: Add project reference using drag & drop
- Visualizing the code coverage results from Azure Pipelines in Visual Studio
- Debugging a .NET assembly without the source code with Visual Studio
- Visual Studio Tips and tricks: Subword navigation
Do you have a question or a suggestion about this post? Contact me!