TabPages hiding/showing changed in .NET Beta 2 or HOW ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

By now we all know it's a quite a job to hide/show tab pages on a tab control
.... The workaround of adding (show) a removing (hide) pages to the tab
control seems to now only be a nice dream that I once had ???? This still
works fine in Beta 2 when the FORM that the tab control is on, is visible.
However, if the form is hidden I cannot use this code anymore !!! I don't
wan't to make a hidden form visible and then start manipulating the tab pages.

Anyone know a new workaround
 
We only need to show the form only ONCE before we add(show)/remove(hide) any
tabs to make things work. This still however means that I have to make the
form visible once - then all's OK. This is still not nice since I want some
tabs not to be visible when the form is shown the first time and then show
them later. Is there no cleaner way ... I'm not keen on keeping a list of
tabs that show to set visible when the form is shown. Microsoft are you
reading this - Where's RAD
 
Back
Top