by Aaron Ballman <aaron@[EMAIL PROTECTED]
>
Jun 9, 2007 at 03:04 PM
> I have a TabPanel with 5 tabs. Is there a way to dynamically hide the
last
> tab at runtime? I want to have it visible while in the IDE but hide it
> when he app runs standalone.
Just remove it by using TabPanel.Remove( x )
~Aaron