When a particular tab on a TabControl is selected, I currently disable all other tabs using TabControl.Enabled = false. I would also like to hide them to avoid confusing users.
Is there any way of doing this without removing the tabs and then adding them back in?