I have a tab control on a windows form. I moved a bunch of stuff from one tab to another and then rearranged it but for the life of me, I can't get the tab stops to set. In the past I go to view -> tab order and then just click through the order I want. It's not working like that. What am I missing?
windows forms & tab stops
Collapse
X
-
When you click on the tab stop setting you will see that each control has a number defined on it.
Each panel and the tab control will have a number assigned to it.
So when you add controls to groups, they behave the way it should within the panel.
Are you trying to move through controls between tabs, because that may not be possible.Comment
Comment