Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Walking Controls on Tab misses Shared Controls
posted

My issue is pretty sraight forward. I have a Wintab with three tabs and a routine which walks all the controls on a tab. I pass to it an Infragistics.Win.UltraWinTabPageControl instance and it walks the controls collection on that tab.

It does NOT appear to get the visible "shared controls" when I do this using "For each ctrl in TabPageControl" on a tab that is not visible. It gets all the un-shared controls just fine. I recently updated to 2014.1 release.

HOW do I get all the controls that would be visible on a tab on an UltraTabControl? Thanks.