I have a form with 3 panels, the panels are created because at certain times I need certain groups of controls hidden/shown. Until now, it worked fine - that is until I was asked to have a specific way to navigate the form with TAB key.
First of all, I noticed that there is no TabIndex property in the Panel object and second of all (most important) - i don't want to follow a nested navigation algorithm, I just want to set my own sequence.
From what I read online so far, its not possible with panels - my only alternative is to put all the controls on the form in the same panel.....
Any thoughts? I don't feel like re-arranging the app, and start hiding and showing individual controls....