How do I prevent a ToolTabStrip from being disposed when it has no child panels? I'd like to allow users to redock child panels into a ToolTabStrip even if there are no child panels left.
At the moment I am getting an error "Changing children collection of an already disposed element" when the redocking is attempted.
Thanks,
-Lou