I have a form that has selectable tabs on the left, and a panel to the right that contains user controls. The user controls are basically just forms. The tab on the left basically controls which user control is visible at any time. When I first log into the application, if I click a tab, it sets focus to the set of tabs then another click will select one. I want the tabs to automatically have the ability to be clicked without first setting focus so the dynamic content works without this glitch.
In a nutshell, after logging into the application, I can see the correct panel on the right and the tab on the left for the first panel is active, however, the application requires a double-click to activate other tabs. Once this is done the first time, the tabs work perfectly no matter what I do.
There appears to be some kind of activation or focus problem but I'm not sure what's going on.
Any ideas?
Thanks,
-D