简体   繁体   中英

Tab index with tabControl

I have a tabControl control with multiple tabs. For each tab, I am adding tab index arranging the controls from top to bottom.

However, when I click tab during the program the order that the program moves from control to control isn't the order I specified.

Does this have something to do with the tabControl?

I am using the "tabIndex" property for each control.

Edit: Sorry I didn't know about this function, here is what it shows:

http://s7.postimage.org/m9burkbx5/Tab_Order.jpg

The red arrow is the flow the tab makes.

With TabOrder tool active, first click on each container controls (eg. the groupboxes) then, if the controls order inside the groupboxes, is not correct, click on each control in the order you desire them.
You will see the number change accordingly to your clicks. Sometimes happens to click in the wrong order, in this case close the TabOrder tool and reopen to restart again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM