c# - Tab Indexing issue -
could please me tab index working on win form.
i have tried possibilities (manual indexing , through view > tab order) no difference. have around 35 controls on form including text boxes, drop down boxes , date time pickers.
it work when tab drop down box, moves next text box nothing else happening afterwards.
though people have posted many answers similar question haven't come across 1 explain how work @ first place. people asking either tab index partially working partially or in doing in strange order.
anyone's appreciated.
kind regards
each control on form should have tabbing enabled must filled property values:
tabstop = true; tabindex = number; //order of indexes
otherwise should check tab stops choosing show tab order on designer choosing - ms visual studio => edit => tab order. after can click on each component on form in order want tabbing in final application.
Comments
Post a Comment