Posted 20 years ago
by Adamczak
-
Developer,
AAA Software Enterprises
When I have a tab strip, and I set the SelectedPage property to some page, that page becomes visible in the tab strip. Then, when I set the Active property on that page to false, the page stays visible in the page area, but it disappears from the tab strip. Now the tab strip looks like it's in an inconsistent state, where a page that is not in the tab strip is showing. Is this a known issue? I currently have to put code in every control that programatically hides a page to see if the selected page is the one it's hiding, and if it is, move onto the next page in the tab strip page collection.