c# - Windows Forms TabIndex not following the Indexes -


i have windows forms application , on 1 of forms there tabcontrol , inside 1 of tabs have multiple textboxes each of them having tabindex set values 1->9. when form loaded, 1 of textboxes (with tabindex 5) given focus , textbox tabindex 6 disabled. when user fills out first field , hits tab focus not go next textbox instead goes save button outside tabcontrol , has tabindex of 13. can't figure out why textbox (with index 7 below , left of 1 index 5) doesn't focus.

when have form in design mode, in 'view' menu, there option 'tab order' allows set tab order clicking on controls in sequence like. helps in visualising tab order controls in other containers (like controls in panel).

this way can not see if controls have right order if thet have right parent (container) too.

vijay


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -