How to hide TabPage from TabControl [duplicate]
No, this doesn’t exist. You have to remove the tab and re-add it when you want it. Or use a different (3rd-party) tab control.
No, this doesn’t exist. You have to remove the tab and re-add it when you want it. Or use a different (3rd-party) tab control.
Short Answer Use buffers effectively! Long answer You might consider use :tabclose to close your tabs. This has the benefit of closing the tab (and keeping you away from your mouse) but also being just annoying enough to motivate a workflow change over to using buffers and splits. As for a warning about closing a … Read more