TabStrip captions and Tab visibility

Started by DW, July 04, 2009, 05:35:06 AM

Previous topic - Next topic

DW

Owen, I've noticed in the latest beta that changing the TabStrip caption after showing or hiding tabs, resets visibility of all tabs - this behavior has changed from earlier betas.  Is the current behaviour by design, i.e. should I change the TabStrip caption first, then call the show / hide functions in my routines?

Thanks
David

owenwengerd

This is a difficult one. Tabs don't have a "hidden" property, so there is no clear cut way to determine which tab captions go to which tabs in the case where some are hidden. For now, there is no practical solution to this problem, and your code will need to re-hide the tabs it wants hidden after the captions have changed.