Say, if I have some dialog box opened in Visual Studio 2017 in the visual editor:
If I want to rearrange the tab order
of these controls, the method I was using was to open the .rc
file in a text editor and rearrange control definitions there:
So now I'm wondering if there's a way to do this via visual editor?
PS. I found that the "Layout" toolbar has the "Tab order" button:
but it's always grayed out.
You want "Tab Order" on the "Format" menu (possibly has a Ctrl-D
shortcut). Then just click the controls in the tab order you want.